PersistentLayer 3.4.4.15

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

// Install PersistentLayer as a Cake Tool
#tool nuget:?package=PersistentLayer&version=3.4.4.15

PeristentLayer is an easy component used by persisting / retrieving application data from databases, and exposes a set of components which their underlying implementation is based on NHibernate .

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.

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,653 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,402 2/9/2014
3.4.5.15 1,411 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,244 7/28/2013
3.2.1.12 1,295 6/6/2013

New methods implemented for IPersistentClassInfo class, which can be used for getting properties values of persistent objects.
Another important thing is some classes are deprecated, and this classes are underneath of WCF namespace, those classes are deprecated
because they are hardly coupled with Nhibernate, and implementation of wcf behavior extensions is not directly associated with this component.
Now you can use WcfExtensions library for configuring custom service behaviors, and you can search it with the name of "WcfConfigExtensions" package,
for details see release file.