Inversion of Control using Ninject?

 
88   96.2
Feb 03, 2012
 
In the Design Pattern Framework I see they did a lot of work done on Inversion of Control with all the Interfaces and such.
Could this use something like Ninject?  If so, could anyone provide an example where and how?

Thanks
Dennis



1,284   100.0
Feb 11, 2012
A simple googling leads to these searches and much more..
http://stefanoricciardi.com/2011/01/21/ninject-mini-tutorial-part-1/   
http://blog.bobcravens.com/2010/03/ninject-getting-started-resources-basic-binding/ 

Are you looking out for something specific which is not found here?

548   99.9
Apr 09, 2012
I also show a demonstration of how to use Ninject with the Patterns In Action Framework for an MVC 3 application.

http://www.codegencentral.net/s/54

I hope it helps.

King Wilder