Lazy resolution of dependency injection

Posted by Balaji on Stack Overflow See other posts from Stack Overflow or by Balaji
Published on 2009-09-11T14:22:08Z Indexed on 2010/05/13 21:34 UTC
Read the original article Hit count: 336

Filed under:
|
|

I have .net classes I am using unity as IOC for resolving our dependencies. It tries to load all the dependencies at the beginning. Is there a way (setting) in Unity which allows to load a dependency at runtime?

© Stack Overflow or respective owner

Related posts about unity

Related posts about dependency-injection