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 ...
As Microsoft .NET Framework languages have grown in functionality, they’ve started tossing out compiler warnings like your development life depended on it. Messages about unused variables can ...
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, ...