EntityFrameworkCore.ConcurrentChunking
1.0.0-prerelease.29
dotnet add package EntityFrameworkCore.ConcurrentChunking --version 1.0.0-prerelease.29
NuGet\Install-Package EntityFrameworkCore.ConcurrentChunking -Version 1.0.0-prerelease.29
<PackageReference Include="EntityFrameworkCore.ConcurrentChunking" Version="1.0.0-prerelease.29" />
<PackageVersion Include="EntityFrameworkCore.ConcurrentChunking" Version="1.0.0-prerelease.29" />
<PackageReference Include="EntityFrameworkCore.ConcurrentChunking" />
paket add EntityFrameworkCore.ConcurrentChunking --version 1.0.0-prerelease.29
#r "nuget: EntityFrameworkCore.ConcurrentChunking, 1.0.0-prerelease.29"
#:package EntityFrameworkCore.ConcurrentChunking@1.0.0-prerelease.29
#addin nuget:?package=EntityFrameworkCore.ConcurrentChunking&version=1.0.0-prerelease.29&prerelease
#tool nuget:?package=EntityFrameworkCore.ConcurrentChunking&version=1.0.0-prerelease.29&prerelease
Allows parallel and pre-emptive loading of entities in a chunk-wise manner, resulting in much faster data access over time.
Product | Versions 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 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. |
-
net8.0
- Microsoft.EntityFrameworkCore (>= 9.0.7)
- Microsoft.EntityFrameworkCore.Abstractions (>= 9.0.7)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.7)
-
net9.0
- Microsoft.EntityFrameworkCore (>= 9.0.7)
- Microsoft.EntityFrameworkCore.Abstractions (>= 9.0.7)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.7)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on EntityFrameworkCore.ConcurrentChunking:
Package | Downloads |
---|---|
EntityFrameworkCore.ConcurrentChunking.Linq
Allows parallel and pre-emptive loading of entities in a chunk-wise manner, resulting in much faster data access over time. This package provides LINQ extension methods for the ConcurrentChunking library. |
|
EntityFrameworkCore.ConcurrentChunking.DependencyInjection
Allows parallel and pre-emptive loading of entities in a chunk-wise manner, resulting in much faster data access over time. This package provides dependency injection support for the ConcurrentChunking library. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
1.0.0-prerelease.29 | 181 | 7/26/2025 |
1.0.0-prerelease.20 | 765 | 7/21/2025 |
1.0.0
- Initial version