Enkoni.Entities
3.2.0-rc1
See the version list below for details.
dotnet add package Enkoni.Entities --version 3.2.0-rc1
NuGet\Install-Package Enkoni.Entities -Version 3.2.0-rc1
<PackageReference Include="Enkoni.Entities" Version="3.2.0-rc1" />
paket add Enkoni.Entities --version 3.2.0-rc1
#r "nuget: Enkoni.Entities, 3.2.0-rc1"
// Install Enkoni.Entities as a Cake Addin #addin nuget:?package=Enkoni.Entities&version=3.2.0-rc1&prerelease // Install Enkoni.Entities as a Cake Tool #tool nuget:?package=Enkoni.Entities&version=3.2.0-rc1&prerelease
Contains the basic functionality of a generic data-access layer which can be utilized in a typical multi-tier application
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | 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. |
-
- AutoMapper (>= 3.3.0)
- Enkoni (>= 2.5.0-rc1)
- LinqKit (>= 1.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Enkoni.Entities:
Package | Downloads |
---|---|
Enkoni.Entities.Database
Package Description |
|
Enkoni.Entities.File
Package Description |
|
Enkoni.Entities.Service
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.0-beta02 | 376 | 6/25/2021 |
4.0.0-beta01 | 404 | 6/25/2021 |
3.7.0 | 2,168 | 12/4/2016 |
3.6.0 | 1,669 | 6/15/2016 |
3.5.0 | 1,360 | 9/19/2015 |
3.4.0 | 1,826 | 4/13/2015 |
3.3.0 | 1,644 | 4/6/2015 |
3.3.0-beta2 | 1,106 | 4/5/2015 |
3.3.0-beta1 | 1,121 | 4/5/2015 |
3.2.0 | 1,880 | 2/14/2015 |
3.2.0-rc1 | 1,203 | 2/9/2015 |
3.1.0 | 1,742 | 5/1/2014 |
3.1.0-beta04 | 1,258 | 4/7/2014 |
3.1.0-beta03 | 1,284 | 4/6/2014 |
3.1.0-beta02 | 1,312 | 3/30/2014 |
3.1.0-beta01 | 1,218 | 3/24/2014 |
3.0.0.1 | 2,341 | 1/17/2014 |
3.0.0 | 2,091 | 11/23/2013 |
2.0.0.2 | 2,038 | 11/1/2013 |
2.0.0.1 | 2,307 | 7/4/2013 |
2.0.0 | 2,438 | 11/28/2012 |
1.4.0.1 | 2,261 | 10/8/2012 |
1.4.0 | 2,300 | 9/1/2012 |
1.3.0 | 2,976 | 8/27/2011 |
1.2.0 | 2,477 | 6/8/2011 |
1.1.0 | 2,464 | 5/1/2011 |
Added a new base class Entity<TEntity> which implements IEntity<TEntity> to provide a default implementation for the CopyFrom-method.
Improved the behavior of the MemoryRepository class. It now better detects any changes that were made in entities from outside the repository
and prevents them from being stored.
Added overloads for the find-methods that take an expression directly in order to make it even easier to use the repositories.