New posts in ioc-container

IoC.Resolve vs Constructor Injection

Difference between MEF and IoC containers (like Unity, Autofac, SMap, Ninject, Windsor.Spring.net, etc.)

Why is MVC4 using the Service Locator Anti-Pattern?

NInject: Where do you keep your reference to the Kernel?

Ninject + Bind generic repository

Using DI container in unit tests

MVC, EF - DataContext singleton instance Per-Web-Request in Unity

Is it possible to use Dependency Injection with xUnit?

Comparing Castle Windsor, Unity and StructureMap

Which Dependency Injection Tool Should I Use? [closed]

Self injection with Spring

Laravel: Difference App::bind and App::singleton

Inject Generic Implementation using Guice

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

Adding services after container has been built

Declaring Spring Bean in Parent Context vs Child Context

Creating an instance using Ninject with additional parameters in the constructor

Validation: How to inject A Model State wrapper with Ninject?

Is it better to create a singleton to access unity container or pass it through the application? [closed]

.NET Core DI, ways of passing parameters to constructor