WebDbConnector 1.1.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.
Install-Package WebDbConnector -Version 1.1.0
dotnet add package WebDbConnector --version 1.1.0
<PackageReference Include="WebDbConnector" Version="1.1.0" />
paket add WebDbConnector --version 1.1.0
#r "nuget: WebDbConnector, 1.1.0"
// Install WebDbConnector as a Cake Addin #addin nuget:?package=WebDbConnector&version=1.1.0 // Install WebDbConnector as a Cake Tool #tool nuget:?package=WebDbConnector&version=1.1.0
Release Notes
The 1.1.0 release version will do two changes: remove 4 supports for connection types(SqlWebDbConnector, LinqToSqlWebDbConnector, EntityFrameworkOldWebDbConnector, EntityFrameworkNewWebDbConnector) and separate 4 connection types into 4 own libraries: SqlAdoWebDbConnector, Linq2SqlWebDbConnector, EfOldWebDbConnector and EfNewWebDbConnector.
Dependencies
This package has no dependencies.
Used By
NuGet packages (4)
Showing the top 4 NuGet packages that depend on WebDbConnector:
Package | Downloads |
---|---|
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.
|
|
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.
|
|
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.