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.1 |
| Author(s): | Holographic Blockchain |
| Last Update: | Wednesday, November 13, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/holographic-blockchain/entity-framework |
| NuGet Url: | https://www.nuget.org/packages/HoloBlock.EntityFramework.Extensions |
Install
Install-Package HoloBlock.EntityFramework.Extensions
dotnet add package HoloBlock.EntityFramework.Extensions
paket add HoloBlock.EntityFramework.Extensions
HoloBlock.EntityFramework.Extensions Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 2.1.0)
Tags
Adds the .IncludeEntities extension method to dynamically include other entities when using a repository pattern.