Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dependency-injection

Can I unit test Koin Modules?

Could not find com.github.ybq:Android-SpinKit:1.4.0

IOC in Winforms plugin architecture

ASP.NET Core DI: Resolve same instance if scoped service is registered both as service type and implementation type

Avoid circular references with services and DI

Autofac automate assembly scanning with Interfaces - .net core 3.0 - Register according to Lifetime

.NET Core Dependency Injection giving "Ambiguous Constructor" errors after update to version 5.0.0

Can I abstract Microsoft.Maui.Storage.Preferences as IPreferences in MAUI

Dockerfile custom commands/directives

Azure Functions on .Net 8 with Entity Framework Core

Injecting strings and services with Net Core default DI

c# dependency-injection

Best practices for Inversion of Control in libraries? [duplicate]

Dispose being called multiple times by Microsoft DependencyInjection

Google Guice return new instance every time

Custom Annotation interceptor using Dagger 2

Simple Injector manually registering controllers

If a dependency is only used in a single method, should I inject it or use service location?