Net.Code.ADONet
3.0.35
See the version list below for details.
dotnet add package Net.Code.ADONet --version 3.0.35
NuGet\Install-Package Net.Code.ADONet -Version 3.0.35
<PackageReference Include="Net.Code.ADONet" Version="3.0.35" />
paket add Net.Code.ADONet --version 3.0.35
#r "nuget: Net.Code.ADONet, 3.0.35"
// Install Net.Code.ADONet as a Cake Addin #addin nuget:?package=Net.Code.ADONet&version=3.0.35 // Install Net.Code.ADONet as a Cake Tool #tool nuget:?package=Net.Code.ADONet&version=3.0.35
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 | Versions 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. |
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 | 256 | 8/2/2023 |
5.0.1 | 6,681 | 3/4/2022 |
5.0.0 | 145 | 3/4/2022 |
5.0.0-preview.6 | 217 | 9/12/2021 |
5.0.0-preview.4 | 683 | 9/3/2021 |
5.0.0-preview.3 | 158 | 8/12/2021 |
5.0.0-preview.2 | 275 | 11/3/2020 |
5.0.0-preview.1 | 214 | 11/3/2020 |
4.0.73 | 4,995 | 11/4/2019 |
4.0.70 | 785 | 10/17/2019 |
4.0.55 | 572 | 10/9/2019 |
4.0.2 | 4,572 | 8/30/2018 |
4.0.1 | 855 | 8/29/2018 |
4.0.0-preview.1 | 241 | 11/2/2020 |
3.0.54 | 1,224 | 6/25/2018 |
3.0.51 | 1,791 | 2/1/2017 |
3.0.50 | 1,027 | 1/27/2017 |
3.0.49 | 4,745 | 1/25/2017 |
3.0.48 | 1,020 | 1/25/2017 |
3.0.47 | 1,017 | 1/25/2017 |
3.0.44 | 1,052 | 1/25/2017 |
3.0.42 | 5,803 | 11/19/2016 |
3.0.41 | 7,693 | 9/8/2016 |
3.0.40 | 1,160 | 9/8/2016 |
3.0.39 | 993 | 9/8/2016 |
3.0.37 | 1,062 | 8/22/2016 |
3.0.35 | 2,418 | 3/22/2016 |
2.0.0 | 1,713 | 3/19/2014 |
1.0.5 | 1,217 | 2/15/2014 |
1.0.4 | 1,165 | 2/15/2014 |
1.0.3 | 1,278 | 12/13/2013 |
1.0.2 | 1,245 | 8/2/2013 |
1.0.1 | 1,278 | 8/2/2013 |
1.0.0 | 1,330 | 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.