How do I tell castle to pick up an interface implementation from the assemblies in the executing directory.
I would like to integrate Castle Windsor into a WCF project and have read that you can hook it up using the WcfIntegration facility but I 开发者_运维技巧am unable to find where to download the dll.
I have runtime provided WCF serrvice inteface : [ServiceContract] public interface IHelloService { [OperationContract]
I am going to use it in a project with less-experienced developer开发者_运维问答s so a complex framework such as Spring.NET is not an option. I was thinking about:
I want to convert something like this: <components> <component id=\"\"service1\"\" service=\"\"WindsorTests.IService, MyAssembly\"\"type=\"\"WindsorTests.Service1, MyAssembly\"\"/>
I have a hopefully simple question... I am trying to change over from the XML registration to the Fluent Registration API, but am having one problem with registering objects that require an array as
Is it pos开发者_JAVA技巧sible to initialize a castle container (windsor) by passing a stream to
I am using a IoC Container (Castle Windsor) to instantiate c开发者_如何学Classes accordingly to the configuration file. If I want to add classes from a new dll that didn\'t exist when I compiled the p
I\'m trying to create interceptors for specific methods but I\'m having a hard time. 开发者_运维百科I can\'t bind an aspect to a specific method. I create the faicilities most of examples show but it
I\'m new to Castle Windsor and am just using the latest version. I\'ve created entries for my repositories which are working fine but I have one final dependency that I\'m passing into my controller.