Besides DI, what benefits can I get from an IoC container?

Posted by MOZILLA on Stack Overflow See other posts from Stack Overflow or by MOZILLA
Published on 2009-11-03T06:28:15Z Indexed on 2010/05/18 5:40 UTC
Read the original article Hit count: 138

IoC Frameworks just make DI much easier, but it's not only DI that they do, they provide a host of other benefits over and above DI.

I saw this comment in one of the answers to a question about DI and IoC. Can someone explain this in some more details? What are other benefits of IoC?

© Stack Overflow or respective owner

Related posts about inversion-of-control

Related posts about ioc-container