TrackerEnabledDbContext.Common 3.0.0-beta

This is a prerelease version of TrackerEnabledDbContext.Common.
There is a newer version of this package available.
See the version list below for details.
dotnet add package TrackerEnabledDbContext.Common --version 3.0.0-beta
NuGet\Install-Package TrackerEnabledDbContext.Common -Version 3.0.0-beta
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="TrackerEnabledDbContext.Common" Version="3.0.0-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TrackerEnabledDbContext.Common --version 3.0.0-beta
#r "nuget: TrackerEnabledDbContext.Common, 3.0.0-beta"
#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.
// Install TrackerEnabledDbContext.Common as a Cake Addin
#addin nuget:?package=TrackerEnabledDbContext.Common&version=3.0.0-beta&prerelease

// Install TrackerEnabledDbContext.Common as a Cake Tool
#tool nuget:?package=TrackerEnabledDbContext.Common&version=3.0.0-beta&prerelease

Common nuget package required for TrackerEnabledDbContext & TrackerEnabledDbContext.Identity

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on TrackerEnabledDbContext.Common:

Package Downloads
TrackerEnabledDbContext

Use this to extend Entity Framework functionality to store changes in database. This is very useful for auditing purpose. It stores WHO changed WHAT and WHEN. It will let you choose which tables and columns you want to track with the help of attributes. NOTE: TO USE WITH ASP.NET MVC 5 IDENTITY, USE : TrackerEnabledDbContext.Identity Click here to get started : http://bilal-fazlani.blogspot.in/2013/09/adding-log-audit-feature-to-entity.html

TrackerEnabledDbContext.Identity

This is DbContext for use with ASP.Net Identity. It extends Entity Framework functionality to store changes in database. This is very useful for auditing purpose. It stores WHO changed WHAT & WHEN.

IRIMC.DevTools

IRIMC basic and fundamental development tools.

IRIMC.DevTools.DataModel

Tools for developers to develop according to IRIMC standards.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.8.3 75,075 2/16/2020
3.7.0 173,381 12/30/2018
3.6.2-beta 6,217 2/9/2017
3.6.1 151,479 6/26/2016
3.6.0 15,517 5/22/2016
3.5.20-beta 836 5/21/2016
3.5.19-beta 957 3/11/2016
3.5.15-beta 1,173 3/10/2016
3.5.2 37,476 1/25/2016
3.5.1 4,715 1/13/2016
3.5.0 17,414 11/22/2015
3.4.5 11,972 11/9/2015
3.4.0 1,453 11/4/2015
3.3.13 1,297 10/30/2015
3.3.12 3,971 10/29/2015
3.1.0 1,672 10/15/2015
3.0.0-beta 1,004 10/7/2015
1.1.0 14,817 3/26/2015
1.0.0 4,251 11/27/2014

v3.0
Fluent API configuration
bug fixes
performance improvements

v.1.1.0
Async Support,
Performance Improvement and Bug Fixes.
--------------------------
v1.0.0
Base version