BaseFoundationProject
Base foundation project to developed of others applications with DDD, CQRS and Event Sourcing
How to use:
- You will need the latest Visual Studio 2017 and the latest .NET Core SDK.
- The latest SDK and tools can be downloaded from https://dot.net/core.
Also you can run the Base Foundation Project in Visual Studio Code (Windows, Linux or MacOS).
To know more about how to setup your enviroment visit the Microsoft .NET Download Guide
Technologies implemented:
- ASP.NET Core 2.2 (with .NET Core 2.2)
- ASP.NET WebApi Core
- ASP.NET Identity Core
- Entity Framework Core 2.2
- .NET Core Native DI
- AutoMapper
- FluentValidator
- MediatR
- Swagger UI
Architecture:
- Full architecture with responsibility separation concerns, SOLID and Clean Code
- Domain Driven Design (Layers and Domain Model Pattern)
- Domain Events
- Domain Notification
- CQRS (Imediate Consistency)
- Event Sourcing
- Unit of Work
- Repository and Generic Repository