Nuacht

Implementation Strategies for the Repository Pattern with Entity Framework, Dapper, and Chain Oct 14, 2016 12 min read ...
This article will focus on the basic functionality of the repository pattern and how that functionality would be implemented using three different styles of ORM.
However, it’s just another anti pattern and is used frequently with Entity Framework to abstract calls to the data access layer. In my opinion, using a generic repository is generalization too far.