Castle Windsor is an Inversion of Control container for .NET.
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-windsorI 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 wcffacilityAfter 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-windsorI think the answer to this question is so obivous that noone has bothered writing about this, but its late …
c# inversion-of-control castle-windsorBackground: 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-mvcI 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 hyprlinkrI 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-windsorI 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 castlemaybe this is easy, but searching it on the internet already give me a head ache here is the problem: …
c# castle-windsorDo 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