I’m looking for sample asp.net mvc application of medium size (preferably a blog engine) built using layered architecture and DI (preferably Ninject) so I can compare my coding practices with the sample application.
If there is some tutorial available with sample app, it will be like jam to the cake. If there is such open source project going on that I can join and work on it will be great too.
Check out the downloadble code for the great book Pro ASP.NET MVC 2 Framework, at http://www.apress.com/9781430228868 .
It contains a full componentized MVC application using Ninject as a DI container. It’s a lovely project to learn from, based on a great book I highly recommend.