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.
<PackageVersion Include="PersistentLayer" Version="3.4.4.15" />
                    
Directory.Packages.props
<PackageReference Include="PersistentLayer" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package PersistentLayer@3.4.4.15
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PersistentLayer&version=3.4.4.15
                    
Install as a Cake Addin
#tool nuget:?package=PersistentLayer&version=3.4.4.15
                    
Install as a Cake Tool

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.3.4.12 203 8/10/2014
5.3.3.12 72 6/15/2014
5.2.3.12 56 5/18/2014
5.2.2.12 64 4/8/2014
4.2.2.11 75 2/9/2014
3.4.5.15 73 11/27/2013
3.4.4.15 74 10/9/2013
3.3.3.15 51 8/13/2013
3.3.2.15 48 7/28/2013
3.2.1.12 46 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.