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 |
Author(s): | Nero Sule |
Last Update: | Tuesday, February 4, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Grinderofl/EFAutomation |
NuGet Url: | https://www.nuget.org/packages/EFAutomation |
Install
Install-Package EFAutomation
dotnet add package EFAutomation
paket add EFAutomation
EFAutomation Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(6.0.0)
Tags
It allows developers to create an Entity Framework based Context without having to specify each entity by putting it as DbSet<> as property.