Skip to content

Linn-Thit-Htoo/DotNet8WebApi.HexagonalWithResultPattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages