Extensions of EntityFrameworkCore to make it easier to add Entity and Query Configurations by assembly.
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.2.4 |
Author(s): | newky2k |
Last Update: | Tuesday, June 4, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/newky2k/EntityFrameworkCore.EntityTypeConfig |
NuGet Url: | https://www.nuget.org/packages/DSoft.EntityFrameworkCore.EntityTypeConfig |
Install
Install-Package DSoft.EntityFrameworkCore.EntityTypeConfig
dotnet add package DSoft.EntityFrameworkCore.EntityTypeConfig
paket add DSoft.EntityFrameworkCore.EntityTypeConfig
DSoft.EntityFrameworkCore.EntityTypeConfig Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.5.0)
- Microsoft.EntityFrameworkCore.SqlServer(>= 2.2.4)
Tags