eQuantic.Core.Data.EntityFramework 8.0.0

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

// Install eQuantic.Core.Data.EntityFramework as a Cake Tool
#tool nuget:?package=eQuantic.Core.Data.EntityFramework&version=8.0.0

eQuantic Core Data Entity Framework Library

The eQuantic Data Core provides all the implementation needed to use the Repository Pattern

The following are examples of implementing the repository pattern: Repository Pattern Implemetation

This package provides repository implementation with Entity Framework Core

To install eQuantic.Core.Data.EntityFramework, run the following command in the Package Manager Console

Install-Package eQuantic.Core.Data.EntityFramework
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on eQuantic.Core.Data.EntityFramework:

Package Downloads
eQuantic.Core.Persistence

eQuantic Persistence Library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0 97 4/4/2024
7.0.0 132 4/4/2024
6.0.0 69 4/4/2024
4.2.2 71 4/3/2024
4.2.1 659 2/14/2024
4.2.0 613 12/20/2023
4.1.3 418 11/18/2023
4.1.2 147 11/15/2023
4.1.1 63 11/15/2023
4.1.0 334 10/21/2023
4.0.4 441 9/4/2023
4.0.3 187 8/13/2023
4.0.2 122 8/13/2023
4.0.1 176 7/30/2023
4.0.0 139 7/18/2023
3.1.1 286 1/9/2023
3.1.0 321 1/2/2023
3.0.0 288 12/28/2022
2.2.0.3 402 10/15/2022
2.2.0.2 461 9/15/2022
2.2.0 454 8/27/2022
2.1.0.3 601 2/28/2022
2.1.0.2 828 6/12/2021
2.1.0.1 1,012 6/7/2020
2.1.0 467 6/7/2020
2.0.0 675 4/6/2019
1.5.4.1 692 2/23/2019
1.5.4 2,022 12/3/2017
1.5.3.1 748 12/12/2018
1.5.3 1,039 10/18/2017
1.5.2 1,011 10/2/2017
1.5.1.3 999 7/19/2017
1.5.1.2 970 7/14/2017
1.5.1.1 969 7/11/2017
1.5.1 1,011 7/6/2017
1.5.0 1,001 7/6/2017
1.4.3 1,027 5/17/2017
1.4.2.1 985 5/17/2017
1.4.2 941 5/17/2017
1.4.1 1,188 2/15/2017
1.4.0 1,155 2/14/2017
1.3.1 1,182 1/31/2017
1.3.0 1,203 1/8/2017
1.2.0 978 1/3/2017
1.1.0 1,108 10/7/2016
1.0.0 1,180 5/29/2016

Entity ignorant persistance with Repository Pattern for Entity Framework