Iag.Unity.DataAccess.dll 1.1.0.1

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

// Install Iag.Unity.DataAccess.dll as a Cake Tool
#tool nuget:?package=Iag.Unity.DataAccess.dll&version=1.1.0.1

Data Access Library that simplifies data access to a Microsoft SQL server.  Wraps SqlConnection the SqlCommand into a series of objects and methods that provide more straightforward usage.  
GetObjects<T>()/GetObject<T>() provides functionality to fill an object via reflection in a lightweight manner.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 is compatible.  net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETFramework 4.5.1

    • No dependencies.
  • .NETFramework 4.5.2

    • No dependencies.
  • .NETFramework 4.6

    • No dependencies.
  • .NETFramework 4.6.1

    • No dependencies.
  • .NETFramework 4.7.1

    • No dependencies.
  • .NETFramework 4.7.2

    • 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
1.1.0.1 8,772 2/3/2020
1.0.9.3 5,565 9/22/2017
1.0.8 1,082 8/4/2017
1.0.7 928 2/17/2017
1.0.6 1,216 11/2/2016
1.0.4 951 10/18/2016
1.0.3 1,295 7/28/2016
1.0.2 1,138 7/27/2016
1.0.1 1,018 7/22/2016
1.0.0 944 7/22/2016

Code standardization between .NET Standard and .NET Framework.