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: