This little project contains a Generic Repository implementation for several data access platforms such as Entity Framework.
You can find more information about the main idea of this pattern and the usage on ASP.NET MVC along with Unit Testing by visiting the below links:
- Generic Repository Pattern - Entity Framework, ASP.NET MVC and Unit Testing Triangle
- How to Work With Generic Repositories on ASP.NET MVC and Unit Testing Them By Mocking
You can directly install this little project from Nuget. There are two packages:
PM> Install-Package GenericRepository
Generic Repository Insrastructure For .NET Applications
PM> Install-Package GenericRepository.EF
Generic Repository DbContext Implementation
Under the master branch, you can find the latest stable release of this project.
Also, you can see the most up-to-date project under develop branch. Repository under develop branch is possibly the unstable version of the project.
You can also find all the releases under Tags section.