199 Views
By using Inversion of Control we are able to build more flexible and well designed applications. In this simple introduction I quickly describe, using examples in C#, what IoC is and how we can implement it using either Dependency Injection or Service Locator.
0 comments