Unity, Windsor and Autofac are three popular IoC containers that I've used when developing ASP.NET MVC applications. I've found, the easiest to set up and get going, is Autofac. In my last post, I explained how to create a Settings API with Entity Framework. In this post, I will show you how to add Autofac to the project, so that we can inject the dependencies into controllers. … [Read more...]