Skip to content

Implementing Clean Architecture on .NET platform, using MVC in presentation layer and CQRS

Notifications You must be signed in to change notification settings

mrbrunelli/dotnet-clean-arch-mvc

Repository files navigation

Clean Architecture MVC with .NET 6.0 + SQLServer

Using MVC project in Presentation layer.

This project is inspired in Clean Architecture Course by José Macoratti. But I implemented my version of SQLServer in a container, and personalized unit tests, using mock builders.

Entity Framework Migrations

Execute migrations (Nuget package manager console)

update-database

About

Implementing Clean Architecture on .NET platform, using MVC in presentation layer and CQRS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published