PersistentLayer 5.3.4.12
dotnet add package PersistentLayer --version 5.3.4.12
NuGet\Install-Package PersistentLayer -Version 5.3.4.12
<PackageReference Include="PersistentLayer" Version="5.3.4.12" />
paket add PersistentLayer --version 5.3.4.12
#r "nuget: PersistentLayer, 5.3.4.12"
// Install PersistentLayer as a Cake Addin #addin nuget:?package=PersistentLayer&version=5.3.4.12 // Install PersistentLayer as a Cake Tool #tool nuget:?package=PersistentLayer&version=5.3.4.12
PersistentLayer is an easy Component that exposes a set of contracts (interfaces) which defines rules for persisting / retrieving application data from data storages, and Its implementation depends exclusively by the underlaying architecture like an ORM (NHibernate. Entity Framework, ORMLite ecc.) or maybe by another kind of systems like NoSQL storages.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. 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. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on PersistentLayer:
Package | Downloads |
---|---|
PersistentLayer.NHibernate
PersistentLayer.NHibernate is an easy component which implements contracts defined by the PersistentLayer component, using NHibernate as ORM for making CRUD operations on databases.. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Bug fixing on DAO method named ExecuteExpression.
The parameter of expression is no more an IEnumerable, now It's IQueryable.