Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 495 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 495 Bytes

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