An open API service indexing awesome lists of open source software.

https://github.com/mrbrunelli/dotnet-clean-arch-mvc

Implementing Clean Architecture on .NET platform, using MVC in presentation layer and CQRS
https://github.com/mrbrunelli/dotnet-clean-arch-mvc

clean-architecture cqrs csharp dotnet entity-framework mediatr

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Clean Architecture MVC with .NET 6.0 + SQLServer
> Using MVC project in Presentation layer.

This project is inspired in [Clean Architecture Course](https://www.udemy.com/course/clean-architecture-essencial-asp-net-core-com-c/) by [Jos� Macoratti](https://www.macoratti.net/). 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)
```sh
update-database
```