Kim Hamilton
In an earlier blog about resource fallback essentials, I said that the resource diagnostic tool...
Date: 03/06/2009
Despite my large and growing number of Dispose-related blogs, I really don't like writing about...
Date: 11/18/2008
NeutralResourcesLanguageAttribute marks the neutral culture for an assembly. That sounds...
Date: 11/11/2008
I recently got a question from a customer using a StreamWriter with a UTF-8 encoding. The...
Date: 11/11/2008
A recent internal email thread unearthed extreme differences of opinion about when Dispose(void)...
Date: 11/06/2008
Problem and .NET Fix Some customers have observed that a FileSystemWatcher monitoring a network...
Date: 04/27/2008
I can get my work machines into pretty odd states due to various private/beta versions of Microsoft...
Date: 03/26/2008
I've gotten some pings on the difference between Disposing and Finalizing, which I didn't discuss in...
Date: 03/23/2008
I made some quick updates in my recent post to describe the difference between Close and Dispose for...
Date: 03/17/2008
Some classes in the .NET framework, such as System.IO.FileStream, have both a Close() and Dispose()...
Date: 03/15/2008
It appears that part 3 of the long path blog series on the BCL blog is now nearly a year overdue!...
Date: 03/08/2008
Let’s start with the basics: System.Collections.Hashtable is multiple-reader, single-writer...
Date: 03/08/2008