GdNet.Data.EF 2.3.1

dotnet add package GdNet.Data.EF --version 2.3.1
NuGet\Install-Package GdNet.Data.EF -Version 2.3.1
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="GdNet.Data.EF" Version="2.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GdNet.Data.EF --version 2.3.1
#r "nuget: GdNet.Data.EF, 2.3.1"
#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 GdNet.Data.EF as a Cake Addin
#addin nuget:?package=GdNet.Data.EF&version=2.3.1

// Install GdNet.Data.EF as a Cake Tool
#tool nuget:?package=GdNet.Data.EF&version=2.3.1

Repository base classes for EF

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on GdNet.Data.EF:

Package Downloads
GdNet.DataReferences.EF

DataReference for EF

GdNet.Data.AppCommon.EF

A long description of the package. This shows up in the right pane of the Add Package Dialog as well as in the Package Manager Console when listing packages using the Get-Package command.

Rabbit.SecurityLayer.Data

Rabbit.SecurityLayer.Data - Layer

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.1 1,130 3/22/2018
2.3.0 962 12/22/2017
2.2.2 929 9/28/2017
2.2.1 902 8/28/2017
2.2.0 882 8/28/2017
2.1.2 994 7/9/2017
2.1.1 974 4/5/2017
2.0.3 950 2/27/2017
2.0.2 959 12/28/2016
2.0.1 979 12/27/2016
2.0.0 1,172 3/11/2016
1.6.1 1,013 3/8/2016
1.6.0 963 3/8/2016
1.5.4 1,063 1/20/2016
1.5.2 1,138 1/15/2016
1.5.1 993 1/10/2016
1.5.0 1,018 12/26/2015
1.4.1 1,032 10/10/2015
1.3.0 1,083 9/17/2015
1.2.0 1,054 9/13/2015
1.1.0 1,046 9/12/2015

Version 2.3.1
     - Update GdNet.Domain
     Version 2.3.0
     - Update EntityFramework
     Version 2.2.0
     - Support default filter for getting entities
     Version 2.0.0
     - Support generic entities
     Version 1.6.0
     - Get is not an abstract method from this version
     - Fix the count on Get with a filter
     Version 1.5.3
     - The Save (IEnumerable) method now calls to Save(Entity)
     Version 1.5.2
     - Optimize the Delete(id) method as it is not needed a null checking
     Version 1.5.1
     - OnGet supports any kind of TEntity
     Version 1.5.0
     - Update GdNet.Domain to version 1.2.0
     Version 1.4.0
     - Add extension methods on DbContext
     Version 1.3.0
     - Add DeletionStrategy, use ChangeAvailabilityDeletionStrategy by default
     Version 1.2.1
     - GetById will throw exception EntityNotFoundException if no entity found
     Version 1.2.0
     - Change access modifier for SavingStrategy to protected
     Version 1.1.0
     - Add saving strategy