cberio / GenericRepository

This little project contains a Generic Repository implementation for several data access platforms such as Entity Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

How to Install

You can directly install this little project from Nuget. There are two packages:

GenericRepository

PM> Install-Package GenericRepository

Generic Repository Insrastructure For .NET Applications

GenericRepository.EF

PM> Install-Package GenericRepository.EF

Generic Repository DbContext Implementation

Releases

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.

About

This little project contains a Generic Repository implementation for several data access platforms such as Entity Framework

License:Microsoft Public License


Languages

Language:C# 95.6%Language:PowerShell 4.4%