I am trying to learn how to use dependency injection and Ninject. I read blog posts on this topic and Mark Semyon's book, "Injecting Dependencies in .NET." Although I have a general understanding of DI, I am having trouble understanding how to organize code in an n-tier web application.
Does anyone know a sample project that I can upload, or a blog post to view? Even better if the sample is based on Ninject and MVC3.
source share