Entity Framework Core implementation for Service layer. 
                        
                    
         
                    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.0-beta | 
| Author(s): | Tomas Jezek | 
| Last Update: | Monday, September 4, 2017 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/jezekt/NetStandard/tree/master/JezekT.NetStandard.Services.EntityFrameworkCore | 
| NuGet Url: | https://www.nuget.org/packages/JezekT.NetStandard.Services.EntityFrameworkCore | 
Install
Install-Package JezekT.NetStandard.Services.EntityFrameworkCore
                        dotnet add package JezekT.NetStandard.Services.EntityFrameworkCore
                        paket add JezekT.NetStandard.Services.EntityFrameworkCore
                        
                                JezekT.NetStandard.Services.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Microsoft.EntityFrameworkCore(>= 2.0.0)
 - JezekT.NetStandard.Services(>= 2.0.0)
 - System.Diagnostics.Contracts(>= 4.3.0)
 
Tags