0
kicks
Ninjecting MVC3
Dabbling with a new MVC3 side-project, I chose Ninject to handle dependency injection. The creative project name might have something to do with that decision. So far, I am really impressed. Setting up Ninject is a breeze, and the framework does a really good job of not getting in your way.
In this post, I will walk you through a simple MVC3 project using Ninject.