Top "Castle-windsor" questions

Castle Windsor is an Inversion of Control container for .NET.

Castle Windsor - IoC registration for open generic interfaces?

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-container
Dependency Injection and Class Inheritance

I feel like this is something I should already know, but I'm just not firing on all engines today... I …

c# dependency-injection castle-windsor
Castle Windsor passing constructor parameters

I 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-container
IoC - Multiple implementations support for a single interface

I 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-container
How to overwrite a component with castle windsor?

I 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 castle
How to use Castle Windsor with ASP.Net web forms?

I 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-windsor
logging in log4net to different appenders based on circumstances

I am using log4net and in one class require logging to a RollingFile appender, but then in another class, …

c# .net log4net castle-windsor
Specifying instance for registration of a component with Castle Windsor

I 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-windsor
Looks like you forgot to register the http module with Windsor Castle with IIS7

I 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-windsor
Webforms and Dependency Injection

I 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