EntityFrameworkCore.Parallel NuGet Package

This extension to Entity Framework Core adds a Set<TContext, TEntity> method to IDbCOntextFactory<TContext>.

This allows you to easily execute multiple queries in parallel without the need to write complex code, or a lot of using blocks or statements. You can stick to all your known methods from IQueryable<TEntity>.

As the context is disposed after your query is executed, all results will obviously not be tracked and disconnected from any DbContext.




Got any EntityFrameworkCore.Parallel Question?





Info

Version: 4.0.2
Author(s): wertzui
Last Update: Friday, April 19, 2024
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/wertzui/EntityFrameworkCore.Parallel
NuGet Url: https://www.nuget.org/packages/EntityFrameworkCore.Parallel


Install
Install-Package EntityFrameworkCore.Parallel
dotnet add package EntityFrameworkCore.Parallel
paket add EntityFrameworkCore.Parallel
EntityFrameworkCore.Parallel Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

2

avg-downloads-per-day

23

days-since-last-release

22