Home | Embedded Internet Kit : Phase 1 Complete | JUW and ASP.NET | .NET Pakistan : Where Paki Geeks Hangout! | Group fights Vista release | Behind the screen | Master Pages and Themes Event Pictures | Page.Request in Master Pages | No more Grid Layout in ASP.NET 2.0 Beta 2 | My first shot towards becoming an INETA Speaker | Another Free XAML Designer
Saturday, September 03, 2005
Design Patterns :: Dependency Injections (DI)

Today there is a greater focus than ever on reusing existing components and wiring together disparate components to form a cohesive architecture. But this wiring can quickly become a daunting task because as application size and complexity increase, so do dependencies. One way to mitigate the proliferation of dependencies is by using Dependency Injection (DI), which allows you to inject objects into a class, rather than relying on the class to create the object itself.

Read the rest of this article and download the source code from here.

posted by Zeeshan Muhammad @ 1:38 AM |