Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in inversion-of-control

IOC in Winforms plugin architecture

Avoid circular references with services and DI

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

How do I get ASPNET WebAPI working with Microsoft.Owin.Host.HttpListener on an Azure worker role using an IoC container?

Dependency injection and many implementations of interface

Spring Boot error with a repository/entity, "not a managed type"

Dependency injection if a class needs to create multiple instances of another class when required in a method

Is DI possible without a managed heap?

Practices to register types with IoC container?

Why so many terms to say the same thing? IoC and DIP

How do I connect the various pieces of my Web API Castle Windsor DI code?

Inject object as lazy loading

DI and repository pattern

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

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

How do I use IoC in a setup like this? Is there a better way to test this?

Can Guice initialize beans?

Inversion of control and Dependency Injection

Simple Injector using different decorators for different commands

Is resolving a service in Startup.cs a service locator pattern?