When profiling a simple app just to get a feel for how to use the CLR
profiler, I notice that there are 5 "Handles Surviving" after exiting the
application. I'm having a little bit of a struggle with what this should be
telling me. When I dig into the graphs, none of the surviving handles are
coming from any classes or methods written by me - they seem to all be coming
from the form and standard .net controls on it...I just have a form that I
dragged three buttons and a checkbox onto - I think these must be the five
handles (and I think this is confirmed by the allocation graph for "Handles
Surviving")...So I guess I don't have a question so much as I would like
validation, and maybe an idea of what to watch out for in a more real-world
scenario.