Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 476 Bytes

File metadata and controls

10 lines (7 loc) · 476 Bytes

DotNet8WebApi.HexagonalWithResultPattern

Note

Sample mini CRUD using Vertical Slice Architecture, N Layer Architecture and Repository Design Pattern

EF scaffold Db Context Command

dotnet ef dbcontext scaffold "Server=.;Database=testDb;User ID=sa;Password=sasa@123;TrustServerCertificate=True;" Microsoft.EntityFrameworkCore.SqlServer -o AppDbContexts -c AppDbContext

If Command Not Found Issue occurs

dotnet tool install --global dotnet-ef --version 7