This project solves a CRUD of Products on Adventure Works DB applying an Onion Architecture, developed with .net6.
This example includes:
- Pipeline validations
- Fluent Validation
- Automapper
- CQRS Pattern
- MediatR Pattern
- Repository Aradalis Specification
- EF Core - Database first approach
The main objective of this project is that it works as a template, allowing it to be downloaded and quickly adapted to any need.
It is an Open Source project free for any use.