Inversion of control or IoC is about enforcing isolation. IoC can help you write more maintainable code that is highly decoupled and easy to test. Remove boilerplate code by using Castle's Windsor IoC container. Improve your designs by thinking about IoC and testability.
|