extension for ninject providing integration with ASP.NET MVC
Use this tag on questions that describe issues with this specific extension of the ninject framework.
Main features that your question is about:
- The integration between the Ninject core and ASP.NET MVC
- Your extended HttpApplication (in Global.asax.cs) with NinjectHttpApplication
- The activation of your controllers
- Exposed dependencies and injections of types in
- constructors
- properties
- methods