I\'m trying to do some testing with castle windsor involved, in one of my tests I want to check the windsor installers, so I check that the container can resolve my components given its interface.
The following class is registered in the Windsor Castle container: namespace MyNamespace { class Foo : IFoo
I am using the WCF facility for a service hosted in WAS (net.tcp binding in iis7) and experiencing a weird issue only upon a cold application startup (i.e. not already running).
We have an applicaion which compiles a number of code classes to an number of in memory assemblies when it starts up. I\'ve being trying to register these types in Castle Windsor but it cannot instant
I\'m using a Typed Factory Facility in Castle Windsor. I want to get a callback when a factory method generates an instance of what it is supposed to create in order to wire up the instance for proper
I have an app which contains views which inherit from IView (project A) I have Windsor IoC Container as a Singleton in another project (project B)
When I register components with castle\'s container in my app startup - should I see the registered classes being instantiated when I debug.
I have read that Windsor is the best DI/I开发者_StackOverflowOC tool to use so I figured I would give it a try. I am seeing many examples of how to wire everything up using and MVC project however I n
Currently I have Windsor controller factory that is working well.However, I am changing my controllers a bit and having Windsor instantiate more data for controllers.I forgot to update my Installer cl
It appears the NServiceBus 开发者_JS百科is built against Castle Windsor 2.0.0.0, whilst the WcfFacility needs to be built against 2.5.2.