Autofac (2)

Owin.Dependencies: An IoC Container Adapter Into OWIN Pipeline
6 September 2013 ยท 6 minutes read

Owin.Dependencies is an IoC container adapter into OWIN pipeline. This post will walk you through the Autofac IoC container implementation and ASP.NET Web API framework adapter for OWIN dependencies.

Autofac Open Generics Feature to Register Generic Services
5 February 2013 ยท 2 minutes read

Autofac, an awesome IoC container for .NET platform, has an out of the box generic service registration feature which we will quickly cover in this blog post.