7
Shouts

Reducing Complexity: WCF and AOP with Castle.DynamicProxy

posted by devstuff2devstuff2 1191 days, 21 hours, 12 minutes ago
Monday, February 15, 2010 8:58:40 PM GMT

Managing logging and exception handling in WCF applications can be very time-consuming. Cross-cutting concerns can become a great burden and generate a lot of work for us. Today, I played a little bit with AOP and Castle Dynamic Proxy (DP) library. If you’re not familiar with AOP please take a look at this. Before I even started with DP, I also considered PostSharp, but eventually I decided to go with DP. Reason: I just don’t like things integrated into VS and doing stuff I cannot fully control. It can...

category: Architecture | clicked: 15 | | source: www.reducingcomplexity.com | show counter code
tags: AOP, Castle.DynamicProxy, WCF