Are there any tools that can help find race conditions when testing multi-threaded .net code? I\'m looking for something with similar capabilities to IBM\'s ConTest tool for Jav
Have you seen Debug Inspector (www.debuginspector.com) ?
It does managed and unmanaged deadlocks and covers both WaitForSingleObject and WaitForMultipleObjects and works for XP and Vista