Inversion of Control – An Introduction with Examples in .NET

added by webpoet
3/28/2010 11:25:56 PM

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