A set of classes to simplify and consolidate data access, including an IRepository<T> and IUnitOfWork implementation for Entity Framework.
Info
| Version: | 1.3.1 |
| Author(s): | Domenic Datti |
| Last Update: | Thursday, June 19, 2014 |
| .NET Fiddle: | Create the first Fiddle |
| NuGet Url: | https://www.nuget.org/packages/GenericEFRepository |
Install
Install-Package GenericEFRepository
dotnet add package GenericEFRepository
paket add GenericEFRepository
GenericEFRepository Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(5.0.0)