Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
                        Entity Framework Core Tutorial: https://entityframeworkcore.com/
                        Entity Framework 6 Tutorial: https://entityframework.net/
                    Info
| Version: | 2.0.2 | 
| Author(s): | Tim Lam | 
| Last Update: | Friday, September 13, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/tim-lam/LCT.EF.Extend | 
| NuGet Url: | https://www.nuget.org/packages/LCT.EntityFramework.GenericRepository | 
Install
Install-Package LCT.EntityFramework.GenericRepository
                        dotnet add package LCT.EntityFramework.GenericRepository
                        paket add LCT.EntityFramework.GenericRepository
                        
                                LCT.EntityFramework.GenericRepository Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- LCT.EntityFramework.Extensions(>= 2.1.0)
 
Tags
                
It targets to help implementing a single repository for all domain models which handles add or update with object graph.