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.
<PackageVersion Include="GdNet.Data.EF" Version="2.3.1" />
                    
Directory.Packages.props
<PackageReference Include="GdNet.Data.EF" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=GdNet.Data.EF&version=2.3.1
                    
Install GdNet.Data.EF as a Cake Addin
#tool nuget:?package=GdNet.Data.EF&version=2.3.1
                    
Install GdNet.Data.EF as a Cake Tool

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,409 3/22/2018
2.3.0 1,207 12/22/2017
2.2.2 1,100 9/28/2017
2.2.1 1,075 8/28/2017
2.2.0 1,056 8/28/2017
2.1.2 1,167 7/9/2017
2.1.1 1,153 4/5/2017
2.0.3 1,137 2/27/2017
2.0.2 1,121 12/28/2016
2.0.1 1,151 12/27/2016
2.0.0 1,496 3/11/2016
1.6.1 1,191 3/8/2016
1.6.0 1,148 3/8/2016
1.5.4 1,237 1/20/2016
1.5.2 1,401 1/15/2016
1.5.1 1,176 1/10/2016
1.5.0 1,196 12/26/2015
1.4.1 1,200 10/10/2015
1.3.0 1,266 9/17/2015
1.2.0 1,237 9/13/2015
1.1.0 1,232 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