Microsoft has released a patch for Visual Studio 2010 intended to address insufficient memory messages developers are getting when doing small cut or copy operations. The patch was released late last ...
A user calls you to complain that your code has thrown an exception. You ask the user to read the message to you … and you realize that you have no idea where that ...
Normally, you don’t care about first-chance exceptions -- it's only when something becomes a second-chance exception that you start to pay attention. But when you do care about all the exceptions, ...