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): | Narendra Bhogavalli |
Last Update: | Friday, December 15, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/naren-b/EF_MigrationsManagerUI |
NuGet Url: | https://www.nuget.org/packages/EFMigrationsManagerUI |
Install
Install-Package EFMigrationsManagerUI
dotnet add package EFMigrationsManagerUI
paket add EFMigrationsManagerUI
EFMigrationsManagerUI Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.1.0)
- Microsoft.AspNet.Mvc(>= 5.2.3)
- WebActivatorEx(>= 2.2.0)
Tags
Once MVC application deployed and navigate to the application will redirect to the Manage Migrations(Database deployment) page for admin users and database maintenance page for non Admin users.