Archive

Author Archive

Ninject.Extension.ContextPreservation explained

December 8th, 2010
Remo Gloor

In this blog post I explain how the Context Preservation extension works and for what it is used.

read more

 

.NET ,

Ninject and extensions 2.2 RC2 available for download

December 7th, 2010
Remo Gloor

I gladly announce that there is another Release Candidate vor Ninject 2.2 with minor changes available for download at Github.

read more

 

.NET ,

Official Ninject MVC extension gets support for MVC3

November 13th, 2010
Remo Gloor

MVC3 added support for Dependency Injection frameworks. To take advantage of these features I did a completely new implementation of the Ninject.Web.Mvc extension. Unlike other existing MVC3 implementations for Ninject, this extension goes further than just adding a IDependencyResolver for Ninject. It has tightly Ninject integrated support for various things such as Filters and Validators.

This post assumes that you have a basic knowledge about MVC, Ninject and Dependency Injection in general.

read more

 

.NET, Architecture , , ,