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): | Sébastien Cambon |
Last Update: | Sunday, June 9, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sebcam/CrossSync |
NuGet Url: | https://www.nuget.org/packages/CrossSync.Entity.Abstractions |
Install
Install-Package CrossSync.Entity.Abstractions
dotnet add package CrossSync.Entity.Abstractions
paket add CrossSync.Entity.Abstractions
CrossSync.Entity.Abstractions Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.2)
Tags
Data access service interface and an Entity base class
Unit of work interface
...