Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 4.1.1 |
Author(s): | wertzui |
Last Update: | Friday, October 11, 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)
Dependencies
- Microsoft.CSharp(>= 4.7.0)
- Microsoft.EntityFrameworkCore(>= 5.0.0)
- System.Interactive.Async(>= 5.0.0)
- System.Linq.Async(>= 5.0.0)
Tags
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.