Blog Posts

  • View Page Injection in Autofac ASP.NET MVC 3 Integration

    ASP.NET MVC 3 provides support for dependency injection on view pages via Autofac, a registration source which allows you to create an adapter that will dynamically provide a registration for a service. Your view pages must inherit from a custom base class and you need to add a registration source called ViewRegistrationSource in the application start event. This allows properties on the view page to be injected by the container.

  • Model Binder Injection in Autofac ASP.NET MVC 3 Integration

    Autofac ASP.NET MVC 3 integration supports model binder injection with an improved dependency injection support offered by the IModelBinderProvider interface. Model binders can be registered with the RegisterModelBinders extension method and the AutofacModelBinderProvider is used to determine which model binder should be used for a particular type. This dynamic approach removes the need for a special wrapper around each IModelBinder component.

  • Random links for November 2010

    This article contains a list of interesting links from November 2010.

  • WSCF.blue on endpoint.tv

    On November 10, 2010, Ron Jacobs and Santosh Benjamin recorded a webcast on endpoint.tv discussing WCF contract first and WSCF.blue.

  • Random links for October 2010

    This article contains a list of interesting links from October 2010.