Top "Castle-windsor" questions

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

Why is my Castle Windsor controller factory's GetControllerInstance() being called with a null value?

I am using Castle Windsor to manage controller instances (among other things). My controller factory looks like this: public class …

c# asp.net-mvc castle-windsor
Using Castle Windsor WcfFacility to create client endpoints

I have created three assemblies. A web site, a WCF service and a contracts assembly that holds the interfaces that …

wcf castle-windsor ioc-container wcf-endpoint wcffacility
What should be the strategy of unit testing when using IoC?

After all what I have read about Dependency Injection and IoC I have decided to try to use Windsor Container …

c# unit-testing dependency-injection inversion-of-control castle-windsor
Usage of IoC Containers; specifically Windsor

I think the answer to this question is so obivous that noone has bothered writing about this, but its late …

c# inversion-of-control castle-windsor
How can I get started with ASP.NET (5) Core and Castle Windsor for Dependency Injection?

Background: I've used Castle Windsor with Installers and Facilities according to the Castle Windsor tutorial with earlier versions of MVC (…

dependency-injection castle-windsor asp.net-core asp.net-core-mvc
ASP Web Api - IoC - Resolve HttpRequestMessage

I am trying to set up Castle Windsor with ASP.NET WebAPI. I am also using the Hyprlinkr package (https://…

c# asp.net-web-api inversion-of-control castle-windsor hyprlinkr
Castle Windsor are there any downsides?

I have been looking into the Castle project and specifically Windsor. I have been so impressed with what is possible …

.net asp.net dependency-injection inversion-of-control castle-windsor
Register WCF Service components in Castle Windsor

I haven't found anyone else with this issue so I'm assuming it is my own fault that this is happening. …

wcf dependency-injection castle-windsor ioc-container castle
Castle Windsor - How to map Named instance in constructor injection

maybe this is easy, but searching it on the internet already give me a head ache here is the problem: …

c# castle-windsor
Lazy loading with NHibernate Castle Facility

Do I have to close the ISession's that are generated by Castle's ISessionManager for NHibernate? How do I handle transactions …

nhibernate castle-windsor lazy-loading castle windsor-nhfacility