Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 345 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 345 Bytes

Add Template

dotnet new -i .

Create Project with Template

dotnet new mycleanarchitecture -d Evento -n Evento

Create DbContext with EF & PostgreSQL

Scaffold-DbContext "Server=127.0.0.1;port=5432;user id=postgres;password=;database=<Database_Name>;pooling=true" Npgsql.EntityFrameworkCore.PostgreSQL -OutputDir Data -force