posted on Monday, August 22, 2005 3:30 AM
by
davidboschmans
Dependency Injection article
A couple of months ago I remember discussing on how to reduce the dependency coupling of objects. We had a look at a number of design patterns like Inversion of Control and Dependency Injection which are great ways to solve this issue. The September issue of the MSDN Magazine has a good article on dependency injection using .NET dependency injection frameworks like Spring.NET and Pico.NET.