This is a followup to my previous post on integrating ObjectBuilder and ASP.NET. As I was playing around with the solution I hit on the fact that I was only injecting at the Page level. As ASP.NET is a component model, you can end up with custom User Controls that would need injected properties as [...]
Archives for posts tagged ‘dependency injection’
Integrating ObjectBuilder with ASP.NET
Monday, 10 September 2007
ObjectBuilder is a .NET framework made for building Inversion of Control or Dependency Injection containers. Unlike Spring or Pico, ObjectBuilder is not a full DI framework, instead it’s a framework for building DI solutions. Yes, that’s incredibly weird to me too.
Why Use Object Builder?
Why would you use ObjectBuilder instead of a fully baked DI solution? [...]