Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dependency-injection

Inject different implementations of an Interface to a command at runtime

Help getting started with MEF

dependency-injection mef

Accessing a service inside an event subscriber

How to share same instance of ViewModel between Activities using Koin DI?

Cache invalidation in CQRS application

Angular 6 providedIn - how to customize the @Injectable() provider for dependency injection?

Constructor injection on abstract class and children

How to pass runtime parameters to a ViewModel's constructor when using Hilt for dependency injection?

Needed: File system interfaces and implementation in .NET [duplicate]

Google Guice: Provider with parameters

Circular dependency - Injecting objects that are directly depended on each other

Dependency injection container? What does it do?

Autofac: Register component and resolve depending on resolving parent

Dependency injection using compile-time weaving? [closed]

AngularJS Provider dependency injection - using $log in provider

Singleton Scope for EF's DbContext

Constructor injection versus setter injection for Parent property

IServiceCollection not found in web API with MVC 6

IoC container, check for errors at compile time

How do I NOT use DependencyResolver.Current.GetService(...) in this situation