Blogger :
ASP.NET Team Blogs
All posts :
All posts by ASP.NET Team Blogs
Category :
ASP.NET
Blogged date : 2008 Apr 11
The purpose of my presentation was to show some common pitfalls and of course to show off windbg and sos just to show people that if you have a hang, perf issue, memory leak or crash, there are tools out there that can help you figure out the root cause so that you don't have to resort to guessing. The site I used for the presentation is attached to this blog post. is a summary of the topics I covered. Hangs and Performance issues First I debugged a simple hang (using locks in conjunction with long running operations) to show the power of windbg and sos, and to show off a few of the commands. ( more info ) After this I went into a high CPU in GC scenario with string concatenation and showed a simple example where I reduced the execution...(
read more)