Open.Database.Extensions 4.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Open.Database.Extensions --version 4.0.0
NuGet\Install-Package Open.Database.Extensions -Version 4.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="Open.Database.Extensions" Version="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Open.Database.Extensions --version 4.0.0
#r "nuget: Open.Database.Extensions, 4.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 Open.Database.Extensions as a Cake Addin
#addin nuget:?package=Open.Database.Extensions&version=4.0.0

// Install Open.Database.Extensions as a Cake Tool
#tool nuget:?package=Open.Database.Extensions&version=4.0.0

Useful set of utilities and abstractions for simplifying modern database operations and ensuring DI compatibility.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
8.0.0 388 1/17/2024
7.2.0 1,188 11/9/2022
7.1.0 1,272 9/14/2022
7.0.4 941 7/7/2022
7.0.0 982 3/1/2022
6.6.2 1,125 7/16/2020
5.14.0 1,177 3/17/2019
5.13.3 1,274 10/23/2018
5.11.0 1,341 4/19/2018
5.10.0 1,403 4/17/2018
5.9.1 1,522 4/3/2018
5.8.0 1,587 3/31/2018
5.4.3 1,412 3/6/2018
5.4.1 1,399 2/21/2018
4.0.0 1,384 2/8/2018
3.1.1 1,487 2/5/2018
3.0.1 1,519 1/16/2018
2.2.0 1,481 1/16/2018
1.1.2 1,510 1/12/2018

- Set optional CommandBehavior parameters to .Default to prevent confusion.
- Added ExecuteReaderAsync to ExpressiveSqlCommand but not to the base class since it would require an additional type parameter.
- Added more retrieve and results methods/extensions for flexible use of a data reader.
- Added field mapping to transformation with the results methods.
- Added useful Linq style methods to synchronous extensions and ExpressiveDbCommand.
- Fully documented methods.
- Better code reuse.
- Specialized optimizations.