Click here to Skip to main content
16,010,427 members
Articles / Web Development / ASP.NET / ASP.NET Core

Domain Driven Design Implementation Approach with Generic Repository and UoW Pattern in ASP.NET Core 3.1 Web API and EF Core 5.0

Rate me:
Please Sign up or sign in to vote.
4.89/5 (16 votes)
5 Mar 2021CPOL20 min read 43.7K   18  
Understanding and implementing Domain Driven Design Implementation Approach
In this article, I'm going to guide you through creating an application using Domain Driven Design Implementation Approach, with Generic Repository Pattern and Unit of Work Pattern in ASP.NET Core 3.1 Web API and Entity Framework Core 5.0.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Germany Germany
Microsoft C# .Net Developer, with more than 10 years of application design, development, and support experience.

I always try to improve my software engineering knowledge. I try to keep myself updated and learn and implement new software design approaches and technologies.

Comments and Discussions