Info
Version: | 2.0.3 |
Last Update: | Thursday, January 21, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/umutozel/Beetle.js |
NuGet Url: | https://www.nuget.org/packages/Beetlejs.Mvc5.EF6 |
Install
Install-Package Beetlejs.Mvc5.EF6
dotnet add package Beetlejs.Mvc5.EF6
paket add Beetlejs.Mvc5.EF6
Beetlejs.Mvc5.EF6 Download (Unzip the "nupkg" after downloading)
Dependencies
- Beetlejs.Mvc5(>= 2.0.0)
- Beetlejs.EF6(>= 2.0.0)
Simply derive from BeetleMvcController with EFContextHandler generic parameter and manage your data easily. For example check sample project on github.