A couple of highly useful memory management references from RedGate
Tag: Debugging
-
.NET Debugging and Stack Trace
When debugging enable the stack trace view to see where code has been triggered from. This is particularly useful for figuring out where events have been triggered from (delegation of event handlers from multiple places etc):
