Views: 16.8K
Replies: 3
Archived
|
Inversion of Control using Ninject?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 Dennis Tucker, Feb 03, 2012
|
|
Reply 1Thank you for this article. I've just referenced it on my latest blog post at http://www.inversiontableexpert.com. All the best, Richard.
Matthew Carey, Oct 01, 2014
|
|
Reply 2I 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 King Wilder, Apr 09, 2012
|
|
Reply 3A 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? Rajesh Pillai, Feb 11, 2012
|