PersistentLayer 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.
Install-Package PersistentLayer -Version 5.3.4.12
dotnet add package PersistentLayer --version 5.3.4.12
<PackageReference Include="PersistentLayer" Version="5.3.4.12" />
paket add PersistentLayer --version 5.3.4.12
Release Notes
Bug fixing on DAO method named ExecuteExpression.
The parameter of expression is no more an IEnumerable, now It's IQueryable.
Dependencies
This package has no dependencies.
Used By
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.