SimpleDAO 1.0.0
See the version list below for details.
dotnet add package SimpleDAO --version 1.0.0
NuGet\Install-Package SimpleDAO -Version 1.0.0
<PackageReference Include="SimpleDAO" Version="1.0.0" />
paket add SimpleDAO --version 1.0.0
#r "nuget: SimpleDAO, 1.0.0"
// 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 | Versions 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. |
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.