MultiThreadedEFCoreSample icon indicating copy to clipboard operation
MultiThreadedEFCoreSample copied to clipboard

Simple sample of different techniques for using EF Core DbContexts in multi-threaded scenarios

Results 2 MultiThreadedEFCoreSample issues
Sort by recently updated
recently updated
newest added

Examples and everything are great But with newest ef core are there any newer features for multi tasking with dB context?

Hi. I found you proposed fix 1 useful, but I had to do something extra to make it work. When added parameter AddDbContext(.., **contextLifetime:ServiceLifetime.Transient**) in startup.cs i got exception _Initialization...