Skip to content

Clean Architecture Solution Template for .NET 6

License

Notifications You must be signed in to change notification settings

azarmehri/clean-architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

clean-architecture

Clean Architecture Solution Template for .NET 6

Database

install dotnet-ef

dotnet tool install --global dotnet-ef
dotnet ef migrations add "InitialCreate" --project src\Infrastructure --startup-project src\Web --output-dir Persistence\Migrations

dotnet ef migrations bundle --project src\Infrastructure --startup-project src\Web

About

Clean Architecture Solution Template for .NET 6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages