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.4.0.1 |
Author(s): | Nero Sule |
Last Update: | Monday, February 24, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://grinderofl.github.io/EFConvention/ |
NuGet Url: | https://www.nuget.org/packages/EFConvention |
Install
Install-Package EFConvention
dotnet add package EFConvention
paket add EFConvention
EFConvention 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.