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.15 |
Author(s): | Vit.Orm.EntityFramework.Dynamic |
Last Update: | Monday, January 22, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/serset/Vit.Library |
NuGet Url: | https://www.nuget.org/packages/Vit.Orm.EntityFramework.Dynamic |
Install
Install-Package Vit.Orm.EntityFramework.Dynamic
dotnet add package Vit.Orm.EntityFramework.Dynamic
paket add Vit.Orm.EntityFramework.Dynamic
Vit.Orm.EntityFramework.Dynamic Download (Unzip the "nupkg" after downloading)
Dependencies
- Vit.Orm.Dapper(>= 2.1.1.482)
- Vit.DynamicCompile(>= 2.1.1.482)
- Vit.Orm.EntityFramework(>= 2.1.1.482)
- Vit.Core(>= 2.1.1.482)
Tags
add below config to csproj:
<PropertyGroup><PreserveCompilationContext>true</PreserveCompilationContext><!--if used--><MvcRazorExcludeRefAssembliesFromPublish>false</MvcRazorExcludeRefAssembliesFromPublish></PropertyGroup>.