Click here to Skip to main content
15,884,388 members
Everything / Ninject

Ninject

ninject

Great Reads

by DotNetSteve
A gentle introduction for DI and IOC in the first program most of us have written - Hello World
by Daan Acohen
A general technique is shown how to resolve circular dependencies with Ninject and a helper class
by Adam Tibi
A typical implementation of a CQRS pattern ASP.NET MVC 4, Ninject and MongoDB. I will be demonstrating a sample applications that acts as a base building block for a CQRS-based architecture.
by Aless Alessio
Design your solution and code your classes as loosely-coupled objects. Learn how to use MOQ and Ninject for mocking your Service and injecting it at runtime with Ninject.

Latest Articles

by Daan Acohen
A general technique is shown how to resolve circular dependencies with Ninject and a helper class
by Aless Alessio
Design your solution and code your classes as loosely-coupled objects. Learn how to use MOQ and Ninject for mocking your Service and injecting it at runtime with Ninject.
by DotNetSteve
A gentle introduction for DI and IOC in the first program most of us have written - Hello World
by Adam Tibi
A typical implementation of a CQRS pattern ASP.NET MVC 4, Ninject and MongoDB. I will be demonstrating a sample applications that acts as a base building block for a CQRS-based architecture.

All Articles

Sort by Score

Ninject 

21 Feb 2017 by Daan Acohen
A general technique is shown how to resolve circular dependencies with Ninject and a helper class