#WebApi Ninject IHttpControllerActivator
This is an example of using IHttpControllerActivator instead of IDependencyResolver in ASP.NET Web Api projects. This is derived from the following articles by Mark Seemann
- Dependency Injection and Lifetime Management with ASP.NET Web API - http://blog.ploeh.dk/2012/09/28/DependencyInjectionAndLifetimeManagementWithASPNETWebAPI.aspx
- Dependency Injection in ASP.NET Web API with Castle Windsor - http://blog.ploeh.dk/2012/10/03/DependencyInjectionInASPNETWebAPIWithCastleWindsor.aspx