.NET Core C# Dependency Injection Patterns Visual Studio
How to use AddSingleton, AddScope and AddTransient Services in a .NET Core Application
In this post I will be showing how to control service instance lifetimes within a .NET Core application.