Dave Zych

Building the Castle Windsor Dependency Injection Populator for ASP.NET vNext

As I blogged about previously [http://davidzych.com/2014/07/28/asp-net-vnext-dependency-injection-with-castle-windsor/] , I built a Castle Windsor populator for ASP.NET vNext. For this post, I’ll walk through some of the more interesting pieces of it. Installer In Castle Windsor, an installer is a class that implements IWindsorInstaller [http:

ASP.NET vNext Dependency Injection with Castle Windsor

In a previous post [http://davidzych.com/2014/06/02/dependency-injection-in-asp-net-vnext/] I explained how to set up and use the built in dependency injection container in ASP.NET vNext. Today we’re going to look at setting up and using the popular Castle Windsor DI container. In order to use

Dependency Injection in ASP.NET vNext

One of the big headlines of ASP.NET vNext is that dependency injection is built into the framework. It’s a pretty basic implementation of DI, but although it’s very basic I’m sure it will suffice for most applications. I’ll show how to set up and use

Dave Zych © 2026