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 143 4/4/2024
7.0.0 148 4/4/2024
6.0.0 75 4/4/2024
4.2.2 77 4/3/2024
4.2.1 668 2/14/2024
4.2.0 614 12/20/2023
4.1.3 419 11/18/2023
4.1.2 147 11/15/2023
4.1.1 63 11/15/2023
4.1.0 335 10/21/2023
4.0.4 442 9/4/2023
4.0.3 188 8/13/2023
4.0.2 122 8/13/2023
4.0.1 177 7/30/2023
4.0.0 139 7/18/2023
3.1.1 287 1/9/2023
3.1.0 321 1/2/2023
3.0.0 289 12/28/2022
2.2.0.3 403 10/15/2022
2.2.0.2 462 9/15/2022
2.2.0 455 8/27/2022
2.1.0.3 602 2/28/2022
2.1.0.2 829 6/12/2021
2.1.0.1 1,013 6/7/2020
2.1.0 467 6/7/2020
2.0.0 676 4/6/2019
1.5.4.1 693 2/23/2019
1.5.4 2,023 12/3/2017
1.5.3.1 749 12/12/2018
1.5.3 1,040 10/18/2017
1.5.2 1,011 10/2/2017
1.5.1.3 1,000 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,028 5/17/2017
1.4.2.1 985 5/17/2017
1.4.2 941 5/17/2017
1.4.1 1,189 2/15/2017
1.4.0 1,155 2/14/2017
1.3.1 1,183 1/31/2017
1.3.0 1,203 1/8/2017
1.2.0 979 1/3/2017
1.1.0 1,111 10/7/2016
1.0.0 1,183 5/29/2016

Entity ignorant persistance with Repository Pattern for Entity Framework