Net.Code.ADONet 2.0.0

dotnet add package Net.Code.ADONet --version 2.0.0
NuGet\Install-Package Net.Code.ADONet -Version 2.0.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="Net.Code.ADONet" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Net.Code.ADONet --version 2.0.0
#r "nuget: Net.Code.ADONet, 2.0.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 Net.Code.ADONet as a Cake Addin
#addin nuget:?package=Net.Code.ADONet&version=2.0.0

// Install Net.Code.ADONet as a Cake Tool
#tool nuget:?package=Net.Code.ADONet&version=2.0.0

This package delivers an ADO.Net helper class. Provides a fluent interface to throw some SQL or DDL at your database. Compatible with all ADO.Net providers, in as far as they implement the ADO.Net interfaces correctly. Quite frankly something like this should have been part of the framework in my opinion :-)

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 219 3/19/2014
1.0.5 55 2/15/2014
1.0.4 53 2/15/2014
1.0.3 53 12/13/2013
1.0.2 50 8/2/2013
1.0.1 50 8/2/2013
1.0.0 57 8/2/2013

1.0.0 Initial release.
     1.0.3 Oracle.DataAccess.Client - use named parameters by default
     2.0.0 Async support