Lazy resolution of dependency injection
- by Balaji
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?