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
<PackageReference Include="GdNet.Data.EF" Version="2.3.1" />
paket add GdNet.Data.EF --version 2.3.1
#r "nuget: GdNet.Data.EF, 2.3.1"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
.NETFramework 4.0
- EntityFramework (>= 6.2.0)
- GdNet.Domain (>= 2.1.0)
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,183 | 3/22/2018 |
2.3.0 | 990 | 12/22/2017 |
2.2.2 | 956 | 9/28/2017 |
2.2.1 | 929 | 8/28/2017 |
2.2.0 | 912 | 8/28/2017 |
2.1.2 | 1,023 | 7/9/2017 |
2.1.1 | 1,008 | 4/5/2017 |
2.0.3 | 988 | 2/27/2017 |
2.0.2 | 973 | 12/28/2016 |
2.0.1 | 1,005 | 12/27/2016 |
2.0.0 | 1,263 | 3/11/2016 |
1.6.1 | 1,042 | 3/8/2016 |
1.6.0 | 1,000 | 3/8/2016 |
1.5.4 | 1,082 | 1/20/2016 |
1.5.2 | 1,167 | 1/15/2016 |
1.5.1 | 1,025 | 1/10/2016 |
1.5.0 | 1,045 | 12/26/2015 |
1.4.1 | 1,047 | 10/10/2015 |
1.3.0 | 1,113 | 9/17/2015 |
1.2.0 | 1,088 | 9/13/2015 |
1.1.0 | 1,081 | 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