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.
