SimpleNet.Data.dll 1.0.4

Suggested Alternatives

SimpleNet.Standard.Data 1.0.0

Additional Details

Please use SimpleNet.Standard.Data package v(1.0.0) as that's built using dotnet standard 2.0 framework and is supported

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

// Install SimpleNet.Data.dll as a Cake Tool
#tool nuget:?package=SimpleNet.Data.dll&version=1.0.4

Simplified dataaccess layer with Enterprise Library's Sql Accessor Implementation.
     Please visit https://github.com/Hem/SimpleNet.Data for more information

Product Compatible and additional computed target framework versions.
.NET Framework 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

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.0.4 1,648 12/29/2015
1.0.3 1,325 10/19/2015
1.0.2 1,647 10/10/2015
1.0.1 1,340 10/10/2015
1.0.0 1,545 9/6/2015

1.0.0 : Ability to Read, Execute Scalar, Execute Non Query
       1.0.1 : Bug Fixed
       1.0.2 : Support for database transactions and executing multiple commands across a single connection.
       1.0.3 : Fixed Read[T] and FirstOrDefault()
       1.0.4 : Removed resources so exception contains messages.