More on WinDbg, Memory Leaks and Silverlight

I blogged a long time ago on how to use WinDbg to find memory leaks in Silverlight application.  Yesterday I had to face a variation of the problem, but this time I had to debug a custom issue.  So, what we did is have customer create memory dumps.  To do that we instructed them to …

Continue reading ‘More on WinDbg, Memory Leaks and Silverlight’ »

Using WinDbg to Troubleshoot WCF Performance Issues

Yesterday I was working on a very interesting problem.  I am involved in developing a Silverlight application that is using WCF Services to communicate with a server to perform CRUD and business logic related operations.  All of a sudden QA started experiencing very slow performance testing application at random times.  Once we took a look, …

Continue reading ‘Using WinDbg to Troubleshoot WCF Performance Issues’ »