Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
                        Entity Framework Core Tutorial: https://entityframeworkcore.com/
                        Entity Framework 6 Tutorial: https://entityframework.net/
                    Info
| Version: | 0.8.3 | 
| Author(s): | Nick Behrends | 
| Last Update: | Tuesday, June 25, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/NickBehrends/EntityFrameworkStandard | 
| NuGet Url: | https://www.nuget.org/packages/EntityFrameworkStandard | 
Install
Install-Package EntityFrameworkStandard
                        dotnet add package EntityFrameworkStandard
                        paket add EntityFrameworkStandard
                        
                                EntityFrameworkStandard Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- EntityFramework(>= 6.1.3)
 - System.ComponentModel.Annotations(>= 4.3.0)
 - System.Data.SqlClient(>= 4.6.1)
 - FastMember(>= 1.5.0)
 
Tags
                
Adding in helpful tools such as a generic repository pattern and bulk actions.