In Visual Studio Go to Tools >> NuGet Package Manager >> Package Manager Console and run the below command. It will install the latest Package available.
PM> Install-Package Microsoft.ApplicationBlocks.Data
Install-Package Microsoft.ApplicationBlocks.Data Data Access Application Block for .NET 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.
Nuget URL: https://www.nuget.org/packages/Microsoft.ApplicationBlocks.Data/
No comments