Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dependency-injection

Navigation and DI

Is Dependency Injection a good idea when not all instances are used?

How to mock external dependencies in tests? [duplicate]

How to set a dynamic "id" HTML attribute of an angular component?

Asp.Net Core No service for type has been registered

Access Identity Password Options after Configure Services

Is Autofac IComponentContext.Resolve<Type> a service locator pattern

Unity DI Container RegisterType method breaking changes from v5.8.x to v5.9.x

Asp.net Core DI: Using SemaphoreSlim for write AND read operations with Singleton

.NET Core 3 Worker Service Dependency Injection Configuration by IOptions

DAO Injection problem - RoomDatabase not found with Hilt Android

Can Guice initialize beans?

Fear of using a Dependency Injection framework

Inject different repository depending on a querystring / derive controller and inject the repository depending on the controller type / ASP.NET MVC

IOC Container type resolution and injection location

dependency-injection

Where is MvcServiceLocator in ASP.NET MVC 3 RC?

Grails dependency injection via autowiring doesn't work

Dependency Injection - Is it better to pass a complete class, or the name of a class?

TDD can force the creation of "fake" dependencies

How do I mock a class that another class is responsible for instantiating?