Please correct me if I am wrong but if I am trying to summerise the functionlity of IoC (DI specific), then it is some clever mechanisim to pass configuration data into my newly created objects.
If this it true what if I want to use some precreated objects to intialise my objects (What seems to me a much more general case then to create newly initialized object)


Reply With Quote