Enkoni.Entities
3.1.0-beta04
See the version list below for details.
dotnet add package Enkoni.Entities --version 3.1.0-beta04
NuGet\Install-Package Enkoni.Entities -Version 3.1.0-beta04
<PackageReference Include="Enkoni.Entities" Version="3.1.0-beta04" />
paket add Enkoni.Entities --version 3.1.0-beta04
#r "nuget: Enkoni.Entities, 3.1.0-beta04"
// Install Enkoni.Entities as a Cake Addin #addin nuget:?package=Enkoni.Entities&version=3.1.0-beta04&prerelease // Install Enkoni.Entities as a Cake Tool #tool nuget:?package=Enkoni.Entities&version=3.1.0-beta04&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. |
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 |
A bug in the UpdateEntity method of the SubDomainModel class prevented the abstract method UpdateEntityCore from being called in case the updated
entity and the database entity where the same reference.
The EntityValidator now relies on System.ComponentModel.DataAnnotations for the validation
Added a new Reset method to the Repository class which can be used to revert any changes made to the repository.
The project now references EntityFramework 6.1.0 (old version was 5.0).
Added a new Execute method to the Repository class that can be used to execute custom actions that don't have to return one or more entities.