PersistentLayer 5.3.4.12

dotnet add package PersistentLayer --version 5.3.4.12
NuGet\Install-Package PersistentLayer -Version 5.3.4.12
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="PersistentLayer" Version="5.3.4.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PersistentLayer --version 5.3.4.12
#r "nuget: PersistentLayer, 5.3.4.12"
#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 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 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. 
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 (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.

Version Downloads Last updated
5.3.4.12 1,655 8/10/2014
5.3.3.12 1,112 6/15/2014
5.2.3.12 1,114 5/18/2014
5.2.2.12 1,260 4/8/2014
4.2.2.11 1,403 2/9/2014
3.4.5.15 1,412 11/27/2013
3.4.4.15 1,278 10/9/2013
3.3.3.15 1,133 8/13/2013
3.3.2.15 1,245 7/28/2013
3.2.1.12 1,295 6/6/2013

Bug fixing on DAO method named ExecuteExpression.
The parameter of expression is no more an IEnumerable, now It's IQueryable.