Net.Code.ADONet 3.0.41

There is a newer version of this package available.
See the version list below for details.
dotnet add package Net.Code.ADONet --version 3.0.41
NuGet\Install-Package Net.Code.ADONet -Version 3.0.41
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="3.0.41" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Net.Code.ADONet --version 3.0.41
#r "nuget: Net.Code.ADONet, 3.0.41"
#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=3.0.41

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

This package delivers an ADO.Net library. 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 :-).

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.0-preview.1 89 8/2/2023
5.0.1 4,479 3/4/2022
5.0.0 126 3/4/2022
5.0.0-preview.6 199 9/12/2021
5.0.0-preview.4 672 9/3/2021
5.0.0-preview.3 145 8/12/2021
5.0.0-preview.2 260 11/3/2020
5.0.0-preview.1 195 11/3/2020
4.0.73 4,868 11/4/2019
4.0.70 700 10/17/2019
4.0.55 540 10/9/2019
4.0.2 4,042 8/30/2018
4.0.1 817 8/29/2018
4.0.0-preview.1 221 11/2/2020
3.0.54 1,190 6/25/2018
3.0.51 1,747 2/1/2017
3.0.50 988 1/27/2017
3.0.49 3,632 1/25/2017
3.0.48 985 1/25/2017
3.0.47 987 1/25/2017
3.0.44 1,013 1/25/2017
3.0.42 5,757 11/19/2016
3.0.41 7,302 9/8/2016
3.0.40 1,121 9/8/2016
3.0.39 956 9/8/2016
3.0.37 1,029 8/22/2016
3.0.35 1,876 3/22/2016
2.0.0 1,666 3/19/2014
1.0.5 1,170 2/15/2014
1.0.4 1,128 2/15/2014
1.0.3 1,236 12/13/2013
1.0.2 1,209 8/2/2013
1.0.1 1,242 8/2/2013
1.0.0 1,281 8/2/2013

1.0.0 Initial release.
     1.0.3 Oracle.DataAccess.Client - use named parameters by default
     2.0.0 Async support
     3.0.0 Net.Code.ADONet becomes a .dll. Use Net.Code.ADONet.Source for the source package.