Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dependency-injection

When are .NET Core dependency injected instances disposed?

How to get an instance of IServiceProvider in .NET Core?

Injecting dependencies into ASP.NET MVC 3 action filters. What's wrong with this approach?

Replace service registration in ASP.NET Core built-in DI container?

How to inject a repository into a service in Symfony?

Requested bean is currently in creation: Is there an unresolvable circular reference?

Inject nestjs service from another module

What is a composition root in the context of dependency injection?

Why not use an IoC container to resolve dependencies for entities/business objects?

Is it a good practice to have logger as a singleton?

How to inject a Map using the @Value Spring Annotation?

.NET Core IServiceScopeFactory.CreateScope() vs IServiceProvider.CreateScope() extension

Difference between "Inversion of Control", "Dependency inversion" and "Decoupling"

On IServiceProvider what are the differences between the GetRequiredService and GetService methods?

Reader Monad for Dependency Injection: multiple dependencies, nested calls

re-open and add dependencies to an already bootstrapped application

What is a Pythonic way for Dependency Injection?

Can I pass constructor parameters to Unity's Resolve() method?

AngularJS seed: putting JavaScript into separate files (app.js, controllers.js, directives.js, filters.js, services.js)

How to retrieve annotated instance from Guice's injector?