Видео с ютуба Iservicescopefactory
The Right Way To Use Scoped Services From Singletons in ASP.NET Core
IServiceScope in ASP.NET Core 8: Ultimate Guide to Service Lifetimes and Dependency Management
Understanding the Implications of IServiceScopeFactory.CreateScope() in Scoped Services
C# : .NET Core IServiceScopeFactory.CreateScope() vs IServiceProvider.CreateScope() extension
Autofac LifeTimeScope vs ASP.NET Core IServiceScopeFactory: Key Differences Explained
Using IServiceScopeFactory without implementing the Service Locator Pattern (2 Solutions!!)
GetService or GetRequiredService in IServiceProvider?
Solving the Singleton Service Issue: Injecting MyDBContext in .NET Core 6
How to Handle Multiple Singleton Instances of the Same Type in C# with IServiceScopeFactory
How to Asynchronously Load a View in ASP.NET Core MVC
Neat trick for Scoped services in ASP.NET Core
Intercepting Errors in HotChocolate with Scoped Services
How to Resolve DatabaseContext Sharing Issues in Your Discord.NET Bot with Dependency Injection
The Misunderstood Dependency Injection Lifetime in .NET
How to Solve Dependency Injection in Events in a .NET Core Application
Solving DI Issues in .NET Core for OData Query Builders
Leveraging Asp.NET Core for Scoped Services in Blazor Sessions
100 Must Know Tips to Write Better C#
Solving the Object Disposed Problem in Caching with C# and Entity Framework