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): | Mehdi El Gueddari, Adam Pawsey |
Last Update: | Friday, July 1, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/apawsey/DbContextScope |
NuGet Url: | https://www.nuget.org/packages/EntityFramework.DbContextScope |
Install
Install-Package EntityFramework.DbContextScope
dotnet add package EntityFramework.DbContextScope
paket add EntityFramework.DbContextScope
EntityFramework.DbContextScope Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
- EntityFramework(>= 6.1.3)
- NETStandard.Library(>= 1.6.0)
- Microsoft.EntityFrameworkCore.Relational(>= 1.0.0)
- EntityFramework(>= 6.1.3)
Tags
Forked from https://github.com/mehdime/DbContextScope. Compatible with .net 4.0+ (EF6) and .net Standard 1.3+ (EFCore).
Credit also to https://github.com/ninety7 for code regarding refreshing parent entities.