addscoped
There are 3 repositories under addscoped topic.
SongulSYTRK/NewsBlogProject
In this project,I will create a NewsBlog by using Model View Controller design in .NetCore. AppUser can add İmage and automatically ImageResizer will cropted image .
geeksarray/net-core-dependency-injection-object-lifetime
In .NET Core, you can register dependencies using three different methods AddSingleton, AddTransient, and AddScoped. This blog explains each of these methods.