Since EF Core can't handle parallel queries at the same time on the same context instance as documentation says, is there any common pattern that we can achieve this in .NET Core 6 using dependency injection?
Given the condition that I have no write and all of them are .AsNoTracking in this scope.