DarlanCaruso / estudo-dotnetcore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projeto .NET Core

Commandos

Build

dotnet run
dotnet build
dotnet rebuild
dotnet clean

Migrations

Criar migrations

dotnet ef migrations add nome

Atualizar banco de dados

dotnet ef database update

Remove migrations

dotnet ef migrations remove

Gera scripts migrations

dotnet ef migrations script

Criando a partir de outro projeto

dotnet ef --startup-project ../ProAgil.API comando

About


Languages

Language:C# 100.0%