Browse by Tags

All Tags » Visual Studio 2005 » .NET Development » Debugging (RSS)

Who's Referencing Whom?

When developing any sort of application, debugging in inevitable. Sometimes, part of that debugging means trying to figure out why objects haven't been collected and therefore figuring out what object is referencing the object that has yet to be collected...