An MVC data manager, which provides one stop solution to create a data layer of any MVC application with basic user management functions.
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.16 |
Author(s): | Raghav |
Last Update: | Monday, February 8, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/raghav-rosberg/MvcDataManager |
NuGet Url: | https://www.nuget.org/packages/MvcDataManager |
Install
Install-Package MvcDataManager
dotnet add package MvcDataManager
paket add MvcDataManager
MvcDataManager Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.1.3)
- Microsoft.AspNet.Identity.Core(>= 2.2.1)
- Microsoft.AspNet.Identity.EntityFramework(>= 2.2.1)
- Microsoft.AspNet.Identity.Owin(>= 2.2.1)
- Microsoft.Owin(>= 3.0.1)
- Microsoft.Owin.Host.SystemWeb(>= 3.0.1)
- Microsoft.Owin.Security(>= 3.0.1)
- Microsoft.Owin.Security.Cookies(>= 2.1.0)
- Microsoft.Owin.Security.OAuth(>= 3.0.1)
- Newtonsoft.Json(>= 6.0.4)
- Owin(>= 1.0.0)
- MvcDataManager.Model
- LinqQueryHelper.dll
Tags