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
<PackageReference Include="Elect.Data.EF" Version="9.0.4" />
<PackageVersion Include="Elect.Data.EF" Version="9.0.4" />
<PackageReference Include="Elect.Data.EF" />
paket add Elect.Data.EF --version 9.0.4
#r "nuget: Elect.Data.EF, 9.0.4"
#:package Elect.Data.EF@9.0.4
#addin nuget:?package=Elect.Data.EF&version=9.0.4
#tool nuget:?package=Elect.Data.EF&version=9.0.4
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 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 was computed. 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. |
-
net9.0
- Elect.Core (>= 9.0.4)
- Microsoft.Data.SqlClient (>= 6.0.3)
- Microsoft.EntityFrameworkCore (>= 9.0.7)
- Microsoft.EntityFrameworkCore.Relational (>= 9.0.7)
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 | 77 | 8/1/2025 |
9.0.3 | 451 | 7/24/2025 |
9.0.2 | 139 | 7/13/2025 |
9.0.0 | 125 | 7/4/2025 |
7.0.2 | 365 | 3/31/2023 |
7.0.1 | 335 | 2/11/2023 |
7.0.0 | 388 | 11/28/2022 |
6.0.0 | 558 | 11/12/2021 |
6.0.0-preview.3 | 276 | 5/7/2021 |
5.0.0 | 432 | 11/17/2021 |
3.1.1 | 2,346 | 6/16/2020 |
3.1.0 | 738 | 6/4/2020 |
3.0.2 | 645 | 5/19/2020 |
3.0.1 | 641 | 5/11/2020 |
3.0.0 | 718 | 12/17/2019 |
2.7.2 | 845 | 7/21/2019 |
2.7.0 | 908 | 4/19/2019 |
2.5.1 | 854 | 3/13/2019 |
2.5.0 | 821 | 2/26/2019 |
2.2.8 | 1,843 | 1/17/2019 |
2.1.10 | 1,017 | 12/14/2018 |
- 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