Sign in Sign up
nuget

EntityFrameworkCore.Parallel

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.

Activity

Latest release
4w ago
Total releases
39
Cadence
~2 months
Last 12 months
8

Reach

Stars

Details

License
Unlicense
First release
Nov 24, 2020
Releases
Version Released
6.0.6 patch
6.0.5 patch
6.0.4 patch
6.0.3 patch
6.0.2 patch
6.0.1 patch
6.0.0 major
5.0.4 patch
5.0.3 patch
5.0.2 patch
5.0.1 patch
5.0.0 major
4.1.1 patch
4.1.0 minor
4.0.5 patch
4.0.4 patch
4.0.3 patch
4.0.2 patch
4.0.1 patch
4.0.0 major
3.0.9 patch
3.0.8 patch
3.0.7 patch
3.0.6 patch
3.0.5 patch
3.0.4 patch
3.0.3 patch
3.0.2 patch
3.0.1 patch
3.0.0 major
2.2.0 minor
2.1.0 minor
2.0.3 patch
2.0.2 patch
2.0.1 patch
2.0.0 major
1.0.2 patch
1.0.1 patch
1.0.0 initial