Understanding Disposables In .NET Dependency Injection - Part 1 - Steve Talks Code
In this post I will be discussing the traps that can catch you out by potentially creating memory leaks when registering types that implement the IDisposable interface as services with the out-of-the-box .NET Dependency Injection container.