Top "Interface-design" questions

Is there a pattern for initializing objects created via a DI container

I am trying to get Unity to manage the creation of my objects and I want to have some initialization …

dependency-injection inversion-of-control unity-container ioc-container interface-design