Using Ninject With .NET–Videos & Sample Code To Get Started

Ninject is an awesome open source library to implement Dependency Injection in any Microsoft.NET applications. Today I started a new ASP.NET MVC 3 project and for implementing dependency injection Niject was the first choice.

getting_started_with_ninject_videos_samples

To get started with Niject the following two videos from dimecast.net site helped me a lot.

  1. Introduction to the Ninject IoC Container
  2. Diving Deeper into Ninject — Contextual Binding

The above two videos are close to 20 minutes in length and provides great insights on how to get started with basics of Niject. 

If you are looking for a sample ASP.NET MVC project with NInject  integration, you can download the code provided in the post  Dependency Injection in ASP.NET MVC 3 using Ninject.

Happy coding!

Leave a Comment

Your email address will not be published. Required fields are marked *