I\'m developing a set of services using WCF. The application is doing dependency injection with Castle Windsor. I\'ve added an IErrorHandler implementation that is added to services via an attribute.
Currently, I\'m trying to use the WindsorCont开发者_StackOverflow社区ainer as a mean to get rid of Singletons in my program. After some testing, I realised, that I need a way to keep the WindsorContai
I have asked this on the castle list as i\'m using the nh facility but it just dawned on me to ask it here too :)