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
- Host: GitHub
- URL: https://github.com/mrbrunelli/dotnet-clean-arch-mvc
- Owner: mrbrunelli
- Created: 2023-10-18T17:37:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T21:40:02.000Z (over 2 years ago)
- Last Synced: 2025-03-05T08:17:14.036Z (over 1 year ago)
- Topics: clean-architecture, cqrs, csharp, dotnet, entity-framework, mediatr
- Language: C#
- Homepage:
- Size: 896 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```