Wednesday, January 13, 2010

No Interception for Silverlight Unity 1.2 :-(

And from what I can see there are no plans to add it. Thankfully there is Castle Dynamic Proxy, but so far with everything I've done in Prism, we've used Unity. Since I want to be able to do some AOP for automating INotifyPropertyChanged, and (hopefully) simplify using the Event Aggregator for shared data, I'm going to look into using Castle Windsor with Prism.

Luckily a nice person has already added support to the Prism contrib project. It looks a bit old, so hopefully it supports Silverlight.

UPDATE: It is too old. The Windsor adapter is for Prism V1, with no update for V2. Hmmmmm... I'm running out of options. Perhaps if I can get Castle Dynamic Proxy to work with Unity??

No comments:

Post a Comment