Domain Driven Design Implement (edit)
Domain Driven Design Implementation Approach with Generic Repository and UoW Pattern in ASP.NET Core 3.1 Web API and EF Core 5.0
https://www.codeproject.com/Articles/5296451/Domain-Driven-Design-Implementation-Approach-with
https://github.com/tomajexpress/Domain.Driven.Implementation.In.CSharp.NET.Core
- Domain Driven Design
- Generic Repository
- Unit of Work
- ASP.NET Core 3.1
- ASP.NET Core 3.1 Web API
- SQL Server
- EF Core 5.0
- Database Migrations
- DbContext
- IUnitOfWork, IMapper (AutoMapper)
- Unit Test (NUnit)