What benefits does IOC provide over soft-coding?

Posted by dotnetdev on Stack Overflow See other posts from Stack Overflow or by dotnetdev
Published on 2010-03-18T15:22:08Z Indexed on 2010/03/18 15:31 UTC
Read the original article Hit count: 351

Take the following article for example:

http://weblogs.asp.net/psteele/archive/2009/11/23/use-dependency-injection-to-simplify-application-settings.aspx?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+dotnetmvp+%28Patrick+Steele%27s+.NET+Blog%29

I don't see what benefit there is from the IOC approach as opposed to the traditional soft-coding approach. Can someone tell me what I am missing?

Thanks

© Stack Overflow or respective owner

Related posts about programming

Related posts about dependency-injection