Wednesday, March 28, 2007

Dependency Injection Examples

Here is a good article on Dependency Injection. Dependency Injection is especially useful when you know you have objects that are going to change a lot or enhanced with other functionality. It also makes objects and methods easier to test, which is especially useful when using Team System’s Unit Testing functionality.

http://www.devx.com/dotnet/Article/34066/0/page/1

0 Comments:

Post a Comment

<< Home