Skip to content

(NOT MAINTAINED, SEE README) This little project contains a Generic Repository implementation for several data access platforms such as Entity Framework

License

Notifications You must be signed in to change notification settings

tugberkugurlu/GenericRepository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ THIS REPOSITORY IS NOT MAINTAINED ANYMORE. IF YOU WOULD LIKE TO VOLUNTEER TO BE THE MAINTAINER, PLEASE CONTACT ME.

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

(NOT MAINTAINED, SEE README) This little project contains a Generic Repository implementation for several data access platforms such as Entity Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published