Castle Windsor is an Inversion of Control container for .NET.
Does Castle Windsor permit registration of an open generic interface or do I need to register each possible typed instance …
c# .net inversion-of-control castle-windsor ioc-containerI feel like this is something I should already know, but I'm just not firing on all engines today... I …
c# dependency-injection castle-windsorI have an IAddress class with a few properties. I then have a concrete type that implements this interface. This …
dependency-injection inversion-of-control castle-windsor ioc-containerI am wondering why .Net IoC containers do not easily support multiple implementations for a single interface! May be I …
c# inversion-of-control castle-windsor ioc-containerI want to redefine an (default) implementation in a given windsor-container. Is that what OverWrite is for? Doesn't work, though. …
inversion-of-control castle-windsor ioc-container castleI am trying to wire up dependency injection with Windsor to standard asp.net web forms. I think I have …
asp.net inversion-of-control castle-windsorI am using log4net and in one class require logging to a RollingFile appender, but then in another class, …
c# .net log4net castle-windsorI have what is probably a simple question here about Castle Windsor, which I haven't been using for very long. …
c# dependency-injection inversion-of-control castle-windsorI am using windsor DI framework in one of my MVC project. The project works fine when I tried to …
asp.net-mvc iis-7 castle-windsorI am in the process of introducing a Dependency Injection framework into an existing WebForms application (using Castle Windsor). I …
c# asp.net dependency-injection webforms castle-windsor