SimpleDAO 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SimpleDAO --version 1.0.0
NuGet\Install-Package SimpleDAO -Version 1.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="SimpleDAO" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SimpleDAO --version 1.0.0
#r "nuget: SimpleDAO, 1.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 SimpleDAO as a Cake Addin
#addin nuget:?package=SimpleDAO&version=1.0.0

// Install SimpleDAO as a Cake Tool
#tool nuget:?package=SimpleDAO&version=1.0.0

Provides very simple Repository and UnitOfWork interfaces which are meant to be used within applications using an IoC container.

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  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 (2)

Showing the top 2 NuGet packages that depend on SimpleDAO:

Package Downloads
SimpleDAO.EntityFramework

Provides SimpleDAO's Repository and UnitOfWork implementations for EntityFramework. These components are meant to be used within applications using an IoC container.

SimpleDAO.InMemory

Provides SimpleDAO's Repository and UnitOfWork implementations in memory for conception phase. These components are meant to be used within applications using an IoC container.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 1,089 10/25/2016
2.0.0-rc 748 10/24/2016
1.0.0 1,816 8/23/2015