Microsoft.ApplicationBlocks.Data 2.0.0

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

// Install Microsoft.ApplicationBlocks.Data as a Cake Tool
#tool nuget:?package=Microsoft.ApplicationBlocks.Data&version=2.0.0

The Microsoft Data Access Application Block for .NET consists of a single .NET-based assembly, which contains all of the functionality necessary to perform the most common data access tasks against a Microsoft SQL Server 2000 database.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net30 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  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 (3)

Showing the top 3 NuGet packages that depend on Microsoft.ApplicationBlocks.Data:

Package Downloads
CometX

CometX Attributes, Entities, Service and Repo .dlls

CometX.NETCore

CometX.NET Core Attributes, Entities, Service and Repo .dlls

FormBuilder

Create Easily forms by drag and drop tools

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 957,268 9/27/2014

The 2.0 release of the Data Access Application Block includes the following new features:

●    Support for strongly typed DataSets with the FillDataset method
●    Support for committing updates to a DataSet back to the database
●    Additional helper methods with support for DataRow type parameters
●    Minor bug fixes