Entity Framework Core ACL system implementation.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 0.2.1 |
Author(s): | Geek Learning, Arnaud Auroux, Adrien Siffermann, Cyprien Autexier |
Last Update: | Monday, November 19, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/GeekLearning.Authorizations.EntityFrameworkCore |
Install
Install-Package GeekLearning.Authorizations.EntityFrameworkCore
dotnet add package GeekLearning.Authorizations.EntityFrameworkCore
paket add GeekLearning.Authorizations.EntityFrameworkCore
GeekLearning.Authorizations.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)
Dependencies
- GeekLearning.Authorizations(>= 0.2.1)
- Microsoft.EntityFrameworkCore(>= 2.0.1)
- Microsoft.EntityFrameworkCore.Relational(>= 2.0.1)
- Microsoft.Extensions.Caching.Abstractions(>= 2.0.0)
- System.Data.SqlClient(>= 4.4.0)
- Newtonsoft.Json(>= 10.0.3)
Tags