eQuantic.Core.Data.EntityFramework 4.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package eQuantic.Core.Data.EntityFramework --version 4.0.4
NuGet\Install-Package eQuantic.Core.Data.EntityFramework -Version 4.0.4
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="4.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add eQuantic.Core.Data.EntityFramework --version 4.0.4
#r "nuget: eQuantic.Core.Data.EntityFramework, 4.0.4"
#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=4.0.4

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

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 net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 87 4/4/2024
7.0.0 128 4/4/2024
6.0.0 68 4/4/2024
4.2.2 70 4/3/2024
4.2.1 640 2/14/2024
4.2.0 611 12/20/2023
4.1.3 416 11/18/2023
4.1.2 145 11/15/2023
4.1.1 61 11/15/2023
4.1.0 332 10/21/2023
4.0.4 439 9/4/2023
4.0.3 185 8/13/2023
4.0.2 120 8/13/2023
4.0.1 174 7/30/2023
4.0.0 137 7/18/2023
3.1.1 281 1/9/2023
3.1.0 319 1/2/2023
3.0.0 286 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,020 12/3/2017
1.5.3.1 746 12/12/2018
1.5.3 1,037 10/18/2017
1.5.2 1,009 10/2/2017
1.5.1.3 997 7/19/2017
1.5.1.2 968 7/14/2017
1.5.1.1 967 7/11/2017
1.5.1 1,009 7/6/2017
1.5.0 999 7/6/2017
1.4.3 1,025 5/17/2017
1.4.2.1 983 5/17/2017
1.4.2 939 5/17/2017
1.4.1 1,186 2/15/2017
1.4.0 1,153 2/14/2017
1.3.1 1,180 1/31/2017
1.3.0 1,201 1/8/2017
1.2.0 976 1/3/2017
1.1.0 1,106 10/7/2016
1.0.0 1,180 5/29/2016

Entity ignorant persistance with Repository Pattern for Entity Framework