Previous Part of the series Part 1 – The basic of interception Some people, after looking at interceptor concept, are not fully convinced that castle can support all concepts of AOP and the first question usually is: “How can I choose witch method intercept, instead of intercepting calls to all methods, and how can I [...]
Continue reading about Aop With castle – Part 2 – Selecting methods to intercept
I made a session about Aop with castle in a Italian workshop oranized by our association DotNetMarche, and some of the attendee asked me to publish the material in my blog. So I decided to start to publish all material in english language. Introduction If you look at canonical terms of aop you can recognize [...]
Since I’m using extensively the Wcf castle proxy generator today I needed to add a new feature, I need to be able to specify via code the base address of the various services. I know that my service are usually in https://www.mysite.com/services/ but I want to be able to specify via code the base address, [...]
Continue reading about Extending the WCF castle proxy generator
Working with open source software is fun, but sometimes can be difficult. Take as example castle and Nhibernate, since castle references nh with the NHIntegration facility, and at the same time NH references castle for Dynamic Proxy. A good way to survive this chaos, is working with the trunk, as I usually do, but compiling [...]
Continue reading about Work with castle and NHibernate trunk
In this post, Alessandro explains how to create dynamically wcf proxy objects through Castle Windsor. We used this factory for some services exposed with basichttp binding with no problem, now we are using WS* binding and we are experiencing some problems. The problem arise when the client spends too many time without calling the service. [...]
Continue reading about Wcf client proxies created by WCF and timeout
