AutoContext.EntityFrameworkCore is a lightweight extension of Entity Framework Core for entity to entity configuration mapping.
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): | Dmitry Kiselev |
Last Update: | Sunday, October 13, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/holydk/AutoContext.EntityFrameworkCore |
NuGet Url: | https://www.nuget.org/packages/AutoContext.EntityFrameworkCore |
Install
Install-Package AutoContext.EntityFrameworkCore
dotnet add package AutoContext.EntityFrameworkCore
paket add AutoContext.EntityFrameworkCore
AutoContext.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 3.0.0)
Tags