Ninject can be used with various types of applications. This can be an ASP.NET WebForms application, an ASP.NET MVC application, or others.
For a detailed (with screenshots) step-by-step tutorial (with an example download application), in addition to going through the Ninject "dojo" that Brian mentioned, you can read the following:
http://peakbyte.wordpress.com/2009/09/28/how-to-use-ninject-ioc-with-asp-net-mvc/
Note that this tutorial was written when ASP.NET MVC 2.0 was not released. To work with ASP.NET MVC 2.0, a small modification is required, for example, obtaining the corresponding Ninject.Framework.MVC.dll file
Mani Dec 11 '09 at 11:50 2009-12-11 11:50
source share