It is simple and easy to use library,  using this along with Entity Framework you would be able to perform CRUD (Create, Read, Update & Delete) operations without writing much code.
                        
                    
         
                    Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
                        Entity Framework Core Tutorial: https://entityframeworkcore.com/
                        Entity Framework 6 Tutorial: https://entityframework.net/
                    Info
| Version: | 1.0.1 | 
| Author(s): | Arun Endapally | 
| Last Update: | Tuesday, July 1, 2014 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://genericrepositoryunitofwork.codeplex.com/ | 
| NuGet Url: | https://www.nuget.org/packages/GenericRepositoryUnitOfWork | 
Install
Install-Package GenericRepositoryUnitOfWork
                        dotnet add package GenericRepositoryUnitOfWork
                        paket add GenericRepositoryUnitOfWork
                        
                                GenericRepositoryUnitOfWork Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- EntityFramework(5.0.0)
 
Tags