Is there a way in Windsor Castle to clear (release) all the components without actually destroying the container in the process? I would like to be able to have the开发者_JS百科 container reinitialize
I am attempting to build a system that allows users to perform certain actions, but their account must hav开发者_StackOverflow社区e a specific \'Ticket\' per time they do it. For instance, suppose the
I have implemented IDataErrorInfo interface using Castle.DynamicProxy IIterceptor. I have also implemented a NHibernate interceptor which instantiates my entities using this interceptor. The problem i
I\'m getting some very unexpected (I think) behavior with the Typed Factory facility. Basically, it\'s reusing transient component instances for constructor injection with Func<T>.
Given a rather simple structure in C#... class Member { virtual string Email { get; set; } virtual IList<Character> Characters { get; set; }
How can I manage in what order Interceptors ar开发者_运维技巧e executed? I would like to have a general exception interceptor outermost.Use .First, .Last or .AtIndex() to control interceptor ordering
Quick question regarding the use of Singleton lifestyle in Windsor, and Asp.Net MVC. If the following class is registered as a singleton am I correct in thinking that I will have a race condition?
I was playing with new Asp net mvc 3 RC2. I have created a WindsorViewPageActivator class as follows public class WindsorViewPageActivator : IViewPageActivator
Hi I try use WindsorContainer in my WPF app. I downloaded dll-s from this site: http://stw.castleproject.org/Windsor.MainPage.ashx.
I\'m having a go at getting a test project up and running.I\'ve nabbed a load of code from this article.....