With EF.DbContextFactory you can resolve easily your DbContext dependencies in a safe way injecting a factory instead of an instance itself, enabling you to work in multi-thread contexts with Entity Framework or just work safest with DbContext following the Microsoft recommendations about the DbContext lifetime.
factory csharp dotnet dotnetcore concurrency entity-framework dbcontext dotnet-core efcore entityframework entity-framework-core netframework multiple-threads dbcontext-instances dbcontextfactory ef-dbcontext-factory multi-thread-contexts multi-thread-dbcontexts
-
Updated
Mar 3, 2023 - C#