Using Autofac with Self Hosted WCF Services in a Windows Service
I was recently asked how to best create ServiceHost
instances wired up with Autofac when using WCF Self Hosting in a Windows Service. In particular, how to do this in a dynamic way when the WCF services are defined in a separate assembly, without moving the service host configuration into the Windows Service entry point assembly.
Fluent interface for Filter Overrides in the Autofac MVC and Web API integrations
The ASP.NET and Web Tools for Visual Studio 2013 introduced filter overrides for MVC 5 and Web API 2. This rather useful feature is only briefly mentioned in the release notes.
New features in the Autofac 3.1.0 updates
The following 3.1.0 packages have been pushed to NuGet: