Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 679 Bytes

File metadata and controls

8 lines (5 loc) · 679 Bytes

ProCodeGuide.Sample.RepositoryPattern

Complete source code developed as part of article - Repository Pattern in ASP.NET Core with Adapter Pattern

In this article, we will learn about Repository Pattern in ASP.NET Core along with Unit of Work Pattern & also learn about why & how to combine Repository Pattern with Adapter Pattern for better implementation & testability of data access layer.

We will also see whether we really need a Repository Pattern in today’s modern application which makes use of ORM that is entity framework core for the data access layer.

The complete article is available at https://procodeguide.com/programming/repository-pattern-in-aspnet-core/