http://kozmic.pl/archive/2009/07/05/castle-dynamic-proxy-tutorial-part-xii-caching.aspx http://kozmic.pl/archive/2009/08/24/castle-dynamic-proxy-tutorial-part-xiv-persisting-proxies.aspx
Also make sure you're using latest Dynamic Proxy (or at least version 2.2) - it has much improved performance over 2.1 or older.
cheers, Krzysztof On 21/09/2010 9:26 PM, chrismcv wrote:
Hi, I'm currently using DynamicProxy in a Caliburn based application that implements INotifyPropertyChanged automatically on my view models. I've found that the first load of my form is quite slow - and profiling seems to indicate that DynamicProxy is contributing to this quite a lot. After the initial load it is great, but the first one is just a little too slow for me to be happy with it. I know that DP caches the generated type information after the first run, and was wondering if it is possible to serialise that cache out to a file to be loaded at run time? Thanks, Chris
-- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
