Jehoel.AsyncDataAdapter 5.0.0

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

// Install Jehoel.AsyncDataAdapter as a Cake Tool
#tool nuget:?package=Jehoel.AsyncDataAdapter&version=5.0.0

Jehoel.AsyncDataAdapter builds on Vladimir Kloz' original AsyncDataAdapter package, with support for .NET Standard 2.0, and numerous other improvements. The original implementation is based on Microsoft's MIT-licensed implementation of DataReader, DbDataReader, and SqlDataReader.

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

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Jehoel.AsyncDataAdapter:

Package Downloads
Jehoel.AsyncDataAdapter.System.Data.SqlClient

Jehoel.AsyncDataAdapter builds on Vladimir Kloz' original AsyncDataAdapter package, with support for .NET Standard 2.0, and numerous other improvements. The original implementation is based on Microsoft's MIT-licensed implementation of DataReader, DbDataReader, and SqlDataReader.

Jehoel.AsyncDataAdapter.Microsoft.Data.SqlClient

Jehoel.AsyncDataAdapter.Microsoft.Data.SqlClient provides an AsyncDataAdapter for Microsoft.Data.SqlClient

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.0 2,276 3/30/2021
4.0.0 2,742 3/30/2021
3.0.0 238 3/22/2021

Historical releases:
1.0 - 1.0.25.1 - See AsyncDataAdapter and https://github.com/voloda/AsyncDataAdapter
2.0 - <3.0 -See https://github.com/jkruer01/AsyncDataAdapter
3.0 -https://github.com/Jehoel/AsyncDataAdapter/

3.0 - Completed async support: uses `ConfigureAwait(false)` internally, ensuring no synchronous operations are invoked. Code clean-up. Renaming types with an `Ada` prefix to avoid conflicts with original System.Data types. Project and output NuGet package now targets .NET Standard 2.0 and Microsoft.Data.SqlClient instead of .NET Framework.
4.0.0 - Major reworking: the main async DbDataAdapter (ProxyDbDataAdapter) now derives from DbDataAdapter and fully support both synchronous and asynchronous Fill, FillAsync, FillSchema, FillSchemaAsync, Update, and UpdateSync with overloads for all async equivalents - and implements support for different ADO.NET providers in their own projects. Phew!
5.0.0 - Removing root package dependency on Microsoft.Data.SqlCLient which was meant to have been removed in 4.0.0.