glaydsonp / JavaToNetCore

A simple API project to learn the core concepts of the NetCore 3.0 and Entity Framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comando para gerar CRUDs, Controllers e Rotas

dotnet aspnet-codegenerator controller -name CONTROLLER-NAME -async -api -m MODEL-NAME -dc CONTEXT-NAME -outDir DIRETĂ“RIO-CONTROLLERS

Comando para gerar e atualizar Migrations

dotnet ef migrations add initical --context CONTEXT-NAME dotnet ef database update

About

A simple API project to learn the core concepts of the NetCore 3.0 and Entity Framework.


Languages

Language:C# 100.0%