Simple generic disconnected Entity Framework Core repository that resolves the entity graphs when adding or updating entities along with all its relations in a disconnected scenario.
Info
Version: | 1.0.1 |
Author(s): | EusebioDM |
Last Update: | Friday, November 9, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/DiscRepoEF |
Install
Install-Package DiscRepoEF
dotnet add package DiscRepoEF
paket add DiscRepoEF
DiscRepoEF Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 2.1.4)
- System.Data.SqlClient(>= 4.5.1)
Tags