Posts
Sort by recent activity
Silverlight - Profiling a Debugging instance
Is there any way that it's possible to profile a debugged instance of a silverlight web site? i.e. is it possible to be profiling the same silverlight instance that is active in the Visual Studio d...
Generic Lists and GCAlloc.Handle
In my Silverlight application I've got some member properties of Controls that are generic lists. For some reason when the Control is destroyed these are left behind as array structures referenced ...