StaticDotNet.EntityFrameworkCore.ModelConfiguration provides a way to configure entities outside of DbContext.OnModelCreating without having to add custom code to your DbContext.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 1.2.0 |
Author(s): | John T. White |
Last Update: | Friday, February 10, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/john-t-white/StaticDotNet.EntityFrameworkCore.ModelConfiguration |
NuGet Url: | https://www.nuget.org/packages/StaticDotNet.EntityFrameworkCore.ModelConfiguration |
Install
Install-Package StaticDotNet.EntityFrameworkCore.ModelConfiguration
dotnet add package StaticDotNet.EntityFrameworkCore.ModelConfiguration
paket add StaticDotNet.EntityFrameworkCore.ModelConfiguration
StaticDotNet.EntityFrameworkCore.ModelConfiguration Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.3
- NETStandard.Library(>= 1.6.0)
- Microsoft.EntityFrameworkCore(>= 1.0.0)
- StaticDotNet.ParameterValidation(>= 1.2.0)
- NETStandard.Library(>= 1.6.0)
- Microsoft.EntityFrameworkCore(>= 1.0.0)
- StaticDotNet.ParameterValidation(>= 1.2.0)
Tags