Top "Ioc-container" questions

In object oriented languages, an inversion of control container (ioc-container) can be used for configuring and managing objects in an application.

Should Unity be configured in code or configuration file?

Microsoft's Unity dependency injection framework can be configured either through code or through the applications configuration file (app.config). Code …

configuration dependency-injection unity-container app-config ioc-container
how to implement IOC without a global static service (non-service locator solution)?

we want to use Unity for IOC. All i've seen is the implementation that there is one global static service (…

c# inversion-of-control unity-container ioc-container
Registering NLog ILogger with Simple Injector

Is there any way I can get the context so I can retrieve the loggerName and use LogManager.GetLogger(loggerName) …

.net dependency-injection ioc-container nlog simple-injector
IOC - Should util classes with static helper methods be wired up with IOC?

Just trying to still get my head around IOC principles. Q1: Static Methods - Should util classes with static helper …

static inversion-of-control ioc-container ninject instance
Register WCF Service components in Castle Windsor

I haven't found anyone else with this issue so I'm assuming it is my own fault that this is happening. …

wcf dependency-injection castle-windsor ioc-container castle