Here are of some of the reader emails I got this week and my answers to them...
How do I troubleshoot this memory leak Debugging techniques for capturing stacks of OOMS Do you have a list of Debugging 101 links? Debugging managed code in IE Getting to dependency properties with sos let me know if this is something you find useful so I should keep doing it from time to time, or if it's only useful for the selected few who's email I happened to pick this week:) Note: some of the emails have been edited to fit better in a Q/A format, hopefully I haven't missed any important bits...
Q: How do I troubleshoot this memory leak
I started observing a slow leak in task manager of about 100 MB / 30 mins, in a web application consisting of WCF services.
In perfmon Gen 0, 1, and 2 collections steadily grew, and Gen 2 size kept growing but Gen 0 and Gen ...
Go to the complete details ...