Monday, January 10, 2011

Dependency injection and ASP.NET MVC

Dependency injection is a specific form of inversion of control (IOC)
Open source projects related to this design patterns:
- Unity
StructureMap

A criticism of dependency injection is that it is simply a re-branding of existing object-oriented design concepts.

No comments:

Post a Comment