VOOZH about

URL: https://www.nuget.org/packages/Elect.Data.EF/

⇱ NuGet Gallery | Elect.Data.EF 9.0.4




👁 Image
Elect.Data.EF 9.0.4

dotnet add package Elect.Data.EF --version 9.0.4
 
 
NuGet\Install-Package Elect.Data.EF -Version 9.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="Elect.Data.EF" Version="9.0.4" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Elect.Data.EF" Version="9.0.4" />
 
Directory.Packages.props
<PackageReference Include="Elect.Data.EF" />
 
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 Elect.Data.EF --version 9.0.4
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Elect.Data.EF, 9.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.
#:package Elect.Data.EF@9.0.4
 
 
#: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=Elect.Data.EF&version=9.0.4
 
Install as a Cake Addin
#tool nuget:?package=Elect.Data.EF&version=9.0.4
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Advanced Entity Framework Core implementation with Unit of Work and Repository patterns. Features transaction management, bulk operations, query optimization, audit logging, and seamless integration with dependency injection. Simplifies data access layer development while maintaining flexibility and performance.

Product Versions Compatible and additional computed target framework versions.
.NET net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.0.4 263 8/1/2025
9.0.3 579 7/24/2025
9.0.2 247 7/13/2025
9.0.0 233 7/4/2025
7.0.2 600 3/31/2023
7.0.1 464 2/11/2023
7.0.0 517 11/28/2022
6.0.0 759 11/12/2021
6.0.0-preview.3 369 5/7/2021
5.0.0 558 11/17/2021
3.1.1 2,499 6/16/2020
3.1.0 896 6/4/2020
3.0.2 785 5/19/2020
3.0.1 801 5/11/2020
3.0.0 875 12/17/2019
2.7.2 999 7/21/2019
2.7.0 1,115 4/19/2019
2.5.1 1,010 3/13/2019
2.5.0 975 2/26/2019
Loading failed

- Updated to Entity Framework Core 9.0 with performance improvements
- Enhanced Unit of Work pattern with better transaction handling
- Improved bulk operations and query optimization
- Added support for temporal tables and JSON columns