TrackableEntities.Common
1.0.4.1
See the version list below for details.
dotnet add package TrackableEntities.Common --version 1.0.4.1
NuGet\Install-Package TrackableEntities.Common -Version 1.0.4.1
<PackageReference Include="TrackableEntities.Common" Version="1.0.4.1" />
<PackageVersion Include="TrackableEntities.Common" Version="1.0.4.1" />
<PackageReference Include="TrackableEntities.Common" />
paket add TrackableEntities.Common --version 1.0.4.1
#r "nuget: TrackableEntities.Common, 1.0.4.1"
#addin nuget:?package=TrackableEntities.Common&version=1.0.4.1
#tool nuget:?package=TrackableEntities.Common&version=1.0.4.1
Assembly containing ITrackable interface and TrackingState enum.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (11)
Showing the top 5 NuGet packages that depend on TrackableEntities.Common:
Package | Downloads |
---|---|
TrackableEntities.EF.6
Provides an ApplyChanges extension method for DbContext that sets EntityState on trackable entities, so they can be saved in a single transaction as part of a batch update. |
|
TrackableEntities.Client
Change-tracking utility for client applications that wish to transmit entities to a web service for batch updates. |
|
Urf.Repository.Pattern
This official URF framework minimizes the surface area of your ORM technlogy from disseminating in your application. Framework provides an elegant way to implement a reusable and extensible Unit of Work and Repository pattern. |
|
Urf.Repository.Pattern.EF6
This offical URF framework minimizes the surface area of your ORM technlogy from disseminating in your application. Framework provides an elegant way to implement a reusable and extensible Unit of Work and Repository pattern. |
|
TrackableEntities.EF.5
Provides an ApplyChanges extension method for DbContext that sets EntityState on trackable entities, so they can be saved in a single transaction as part of a batch update. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on TrackableEntities.Common:
Repository | Stars |
---|---|
urfnet/URF.NET
Unit of Work & Repositories Framework - .NET 4.x
|
|
TrackableEntities/trackable-entities
N-Tier Support for Entity Framework with WCF or ASP.NET Web API
|
Version | Downloads | Last Updated |
---|---|---|
2.5.7 | 31,255 | 12/4/2017 |
2.5.6.1 | 3,793 | 11/9/2017 |
2.5.6 | 20,910 | 8/30/2017 |
2.5.3-beta1 | 1,290 | 6/10/2017 |
2.5.2.1 | 38,188 | 5/14/2015 |
2.5.2 | 18,577 | 5/12/2015 |
2.5.1 | 3,110 | 4/20/2015 |
2.5.0 | 4,123 | 2/28/2015 |
2.2.0 | 3,293 | 12/17/2014 |
2.1.0 | 2,198 | 7/31/2014 |
2.0.0 | 3,060 | 4/26/2014 |
1.0.4.1 | 1,763 | 4/17/2014 |
1.0.3 | 1,702 | 2/16/2014 |
1.0.2 | 1,499 | 2/10/2014 |
1.0.1 | 1,495 | 11/13/2013 |
1.0.0 | 1,461 | 11/5/2013 |
1.0.0-beta1 | 1,258 | 4/27/2013 |
Fixed bug with ModifiedProperties recording only first change.