Investigating .NET Memory Management and Garbage Collection
Posted by: Simple Talk,
on 24 Mar 2010 |
View original | Bookmarked: 0 time(s)
Investigating a subtle memory leak can be tricky business, but things are made easier by using The .NET framework's tool SOS (Son of Strike) which is a debugger extension for debugging managed code, used in collaboration with the Windows debugger....