The EfNewWebDbConnector is a .NET library used to create and maintain only an unique connection to the database per request in the Asp.Net web applications using EF New DbContext ORM.
Info
Version: | 1.0.0 |
Author(s): | Phat Ly |
Last Update: | Saturday, March 14, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/congdongdotnet/WebDbConnector/tree/master/EfNewWebDbConnector |
NuGet Url: | https://www.nuget.org/packages/EfNewWebDbConnector |
Install
Install-Package EfNewWebDbConnector
dotnet add package EfNewWebDbConnector
paket add EfNewWebDbConnector
EfNewWebDbConnector Download (Unzip the "nupkg" after downloading)
Dependencies
- WebDbConnector(1.1.0)
- EntityFramework(4.1.10311)
Tags