WebDbConnector 1.0.0
See the version list below for details.
dotnet add package WebDbConnector --version 1.0.0
NuGet\Install-Package WebDbConnector -Version 1.0.0
<PackageReference Include="WebDbConnector" Version="1.0.0" />
paket add WebDbConnector --version 1.0.0
#r "nuget: WebDbConnector, 1.0.0"
// Install WebDbConnector as a Cake Addin #addin nuget:?package=WebDbConnector&version=1.0.0 // Install WebDbConnector as a Cake Tool #tool nuget:?package=WebDbConnector&version=1.0.0
The WebDbConnector is a .NET library used to create and maintain only an unique connection to the database per request in the Asp.Net web applications.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- EntityFramework (>= 4.1.10311)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on WebDbConnector:
Package | Downloads |
---|---|
EfNewWebDbConnector
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. |
|
SqlAdoWebDbConnector
The SqlAdoWebDbConnector is a .NET library used to create and maintain only an unique connection to the SQL Server database per request in the Asp.Net web applications using Ado.Net. |
|
Linq2SqlWebDbConnector
The Linq2SqlWebDbConnector is a .NET library used to create and maintain only an unique connection to the SQL Server database per request in the Asp.Net web applications using Linq To Sql ORM. |
|
EfOldWebDbConnector
The EfOldWebDbConnector 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 Old ObjectContext ORM. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial Version 1.0.0.