The standard approach of integrating NInject DI with asp.net MVC doesn’t work for Web Api, due to the updates made to the IDependencyResolver interface. In order to make it work, need to create a couple of more interfaces that need to be implemented to help identify the dependencies, as provided below:
3,533 total views, no views today