Skip to content

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

Notifications You must be signed in to change notification settings

alarasi/ProCodeGuide.Sample.RepositoryPattern

 
 

Repository files navigation

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/

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%