What tools would you use to detect memory leaks in managed and unmanaged code?
Sigiloso
1. Use a 3rd party tool to detect application memory leaks. 2. Use Windows Event Viewer to monitor application status. 3. Read application log files to detect problems.