I can\'t figure out how to pass a compoment property to a constructor parameter. <component id=\"NotificationCenterManager\"
I need a per request lifestyle in Castle.Windsor. This is not an ASP app, and the native PerWebRequest lifestyle will not work.
I\'m trying to troubleshoot some startup time concerns. After doing some profiling, I\'ve found the main culprit is ClassProxyGenerator.GenerateCode. This takes 400-600ms per type the first time. So i
So, I\'m new to using Castle Windsor and I\'m struggling with how ugly my Controllers are becoming.I\'ve got IOC working in my project which seems to be at least half the problem for most people.Now I
I have follow an excellent tutorial about how to use Windsor and Lo开发者_如何学JAVAg4Net as AOP in ASP.NET MVC
I have a large existing solution with multiple tiers that uses CastleWindsor as a DI framework for the newer layers/projects. I am currently trying to implement some new functionality in a layer/proje
am planning to implement Castle windsor in WCF layer, which is an ASP.Net project. When I went through the documentation of Castle windsor it was said that we need to create container only once and di
What is preferred option of component resolution with castle windsor Io开发者_StackOverflow中文版C container: Resolve by type or resolve by key or by type and key?
I use Castle.Windsor as a IoC container, and tried to register the dependencies similar to the way described here: http://blog.ploeh.dk/CommentView,guid,f1a71969-0584-4a15-9395-9f2ac65f104b.aspx#comme
I am trying to register all classes that implement my IProcess<T1, T2> interface with Windsor.To accomplish this I have the following code in my installer: