eQuantic.Core.Data.EntityFramework.PostgreSql 4.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package eQuantic.Core.Data.EntityFramework.PostgreSql --version 4.4.0
                    
NuGet\Install-Package eQuantic.Core.Data.EntityFramework.PostgreSql -Version 4.4.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.PostgreSql" Version="4.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="eQuantic.Core.Data.EntityFramework.PostgreSql" Version="4.4.0" />
                    
Directory.Packages.props
<PackageReference Include="eQuantic.Core.Data.EntityFramework.PostgreSql" />
                    
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 eQuantic.Core.Data.EntityFramework.PostgreSql --version 4.4.0
                    
#r "nuget: eQuantic.Core.Data.EntityFramework.PostgreSql, 4.4.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.
#:package eQuantic.Core.Data.EntityFramework.PostgreSql@4.4.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=eQuantic.Core.Data.EntityFramework.PostgreSql&version=4.4.0
                    
Install as a Cake Addin
#tool nuget:?package=eQuantic.Core.Data.EntityFramework.PostgreSql&version=4.4.0
                    
Install as a Cake Tool

eQuantic Core Data Entity Framework Library

The eQuantic Data Core provides a robust implementation of the Repository Pattern specifically for Entity Framework Core.

This library offers seamless integration with the following database providers:

  • SQL Server
  • PostgreSQL
  • MySQL
  • MongoDB (via EF Core provider)

Version 4.4.0

Key Features and Improvements (v4.4.0)

  • .NET 10 Support: Full compatibility with .NET 10, including optimized ExecuteUpdate operations using the new UpdateSettersBuilder.
  • Improved Expression Conversion: Enhanced reflection-based method lookup for ExecuteUpdate setters, ensuring robustness across different .NET frameworks and provider-specific quirks.
  • Optimized Resource Management: Implemented internal cleanup mechanisms in UnitOfWork to better manage memory and database connections.
  • Enhanced Data Integrity: Fixed shadow field inheritance issues by replacing brittle new keyword usage with internal virtual properties.
  • Strict Pagination Validation: Added explicit validation for pagination parameters in QueryableReadRepository.
  • Full Multi-Provider Support: Optimized implementations for SqlServer, PostgreSql, MySql, and MongoDb.

Installation

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

Install-Package eQuantic.Core.Data.EntityFramework

For specific providers, install the corresponding package:

  • eQuantic.Core.Data.EntityFramework.SqlServer
  • eQuantic.Core.Data.EntityFramework.PostgreSql
  • eQuantic.Core.Data.EntityFramework.MySql
  • eQuantic.Core.Data.EntityFramework.MongoDb

Usage Examples

The following are examples of implementing the repository pattern:

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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.PostgreSql:

Package Downloads
eQuantic.Core.Persistence.PostgreSql

eQuantic Persistence with PostgreSQL Library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.0 72 2/17/2026
9.1.0 78 2/17/2026
9.0.0 322 6/17/2025
8.1.0 76 2/17/2026
8.0.0 795 6/17/2025
4.4.0 72 2/17/2026
4.3.10 204 6/17/2025

Entity ignorant persistance with Repository Pattern for Entity
           Framework