Ninject sample application?

Andy picture Andy · Nov 7, 2008 · Viewed 19.2k times · Source

I want to get started using Dependency Injection and IOC and I want to get more into using Ninject.

Are there any good application with sourcecode available that is written using Ninject that I can look at as a reference?

Answer

Stefano Ricciardi picture Stefano Ricciardi · Feb 22, 2011

Shameless plug: I have put together a very basic tutorial to get started with Ninject. Have a look at Ninject Mini-Tutorial Part1 and Ninject Mini-Tutorial Part2. That should help go get you started.

There you can find a reference to the source code on Github.