News

This article will focus on the basic functionality that one would find in a typical repository created with .NET. We’ll look at both general functionality and how that functionality would be ...
Implementing the Repository design pattern in C#. ... If you would like to create a Repository for a specific entity, you should create a class that implements the generic IRepository interface.
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.