ObjectBuilder DI Example
Brad Wilson has posted the sample code from his talk on dependency injection at the patterns & practices summit last week on CodePlex. ObjectBuilder is a foundational part of CAB, Enterprise Library, etc.
For the uninitiated: ObjectBuilder is a meta-framework for building dependency injection frameworks. The sample code (right here) illustrates how one may build a lightweight DI framework.
Post a Comment