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.0.0 |
Author(s): | Dasync sergiis |
Last Update: | Monday, December 3, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Dasync/EntityFrameworkCore.Extensions.Projections |
NuGet Url: | https://www.nuget.org/packages/Dasync.EntityFrameworkCore.Extensions.Projections |
Install
Install-Package Dasync.EntityFrameworkCore.Extensions.Projections
dotnet add package Dasync.EntityFrameworkCore.Extensions.Projections
paket add Dasync.EntityFrameworkCore.Extensions.Projections
Dasync.EntityFrameworkCore.Extensions.Projections Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 2.1.4)
- Microsoft.EntityFrameworkCore.Relational(>= 2.1.4)
- System.Reflection.Emit(>= 4.3.0)
Tags
The read model is automatically generated at runtime from given projection/view interfaces. Essentially works like views for tables in RDBMS.
See the project page for examples.