WebDbConnector 1.1.0

dotnet add package WebDbConnector --version 1.1.0
NuGet\Install-Package WebDbConnector -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WebDbConnector" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WebDbConnector --version 1.1.0
#r "nuget: WebDbConnector, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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

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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.

Version Downloads Last updated
1.1.0 2,406 3/14/2015
1.0.0 979 3/8/2015

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.