ASP.NET MVC 5 integration across controllers, action filters, and view pages. It also consumes WcfExample, so it doubles as an example of injecting a WCF client proxy.
Packages: Autofac, Autofac.Mvc5, Autofac.Wcf
Open Examples.slnx in Visual Studio on Windows and run the project under IIS Express. WcfExample needs to be running for the index page to load.
See MVC for the documentation this example follows.