Net.Code.ADONet 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Net.Code.ADONet --version 1.0.4
                    
NuGet\Install-Package Net.Code.ADONet -Version 1.0.4
                    
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="1.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Net.Code.ADONet" Version="1.0.4" />
                    
Directory.Packages.props
<PackageReference Include="Net.Code.ADONet" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Net.Code.ADONet --version 1.0.4
                    
#r "nuget: Net.Code.ADONet, 1.0.4"
                    
#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.
#:package Net.Code.ADONet@1.0.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Net.Code.ADONet&version=1.0.4
                    
Install as a Cake Addin
#tool nuget:?package=Net.Code.ADONet&version=1.0.4
                    
Install as a Cake Tool

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.

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 574 11/17/2024
6.0.0-preview.1 626 8/2/2023
5.0.1 9,529 3/4/2022
5.0.0 301 3/4/2022
5.0.0-preview.6 354 9/12/2021
5.0.0-preview.4 821 9/3/2021
5.0.0-preview.3 297 8/12/2021
5.0.0-preview.2 433 11/3/2020
5.0.0-preview.1 371 11/3/2020
4.0.73 5,452 11/4/2019
4.0.70 1,128 10/17/2019
4.0.55 799 10/9/2019
4.0.2 5,239 8/30/2018
4.0.1 1,118 8/29/2018
4.0.0-preview.1 405 11/2/2020
3.0.54 1,770 6/25/2018
3.0.51 2,194 2/1/2017
3.0.50 1,429 1/27/2017
3.0.49 6,964 1/25/2017
3.0.48 1,435 1/25/2017
3.0.47 1,432 1/25/2017
3.0.44 1,463 1/25/2017
3.0.42 6,210 11/19/2016
3.0.41 8,533 9/8/2016
3.0.40 1,567 9/8/2016
3.0.39 1,403 9/8/2016
3.0.37 1,511 8/22/2016
3.0.35 3,607 3/22/2016
2.0.0 2,524 3/19/2014
1.0.5 1,937 2/15/2014
1.0.4 1,894 2/15/2014
1.0.3 2,017 12/13/2013
1.0.2 1,983 8/2/2013
1.0.1 2,005 8/2/2013
1.0.0 2,070 8/2/2013

1.0.0 Initial release.
1.0.3 Oracle.DataAccess.Client - use named parameters by default
1.0.4 bug fix: NullReferenceException when using a Db instance constructed from a connection (instead of a connection string)