Put Managed Debugging Assistants to work for you
Posted: (EET/GMT+2)
If you are using Visual Studio 2005 for developing .NET applications, there's a quite little-known debuggingn feature in this new release called Managed Debugging Assistants (MDAs). These little, umm, we could call them helpers of sort, analyze your application and the environemnt in which it is running (CLR to be more specific), and let you know if there's something odd happening, such as your stack becoming corrupted.
The newest MSDN Magazine issue has a great little article that investigates this feature. If you want to learn something new every day, this is your chance for today.