Sign In
Kim Hamilton
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Collections
Dispose
IO
Long paths
resources
Archive
Archives
March 2009
(1)
November 2008
(4)
April 2008
(1)
March 2008
(6)
November, 2008
MSDN Blogs
>
Kim Hamilton
>
November, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Kim Hamilton
Cleaning up after yourself (Dispose(void) doesn't get called for you)
Posted
over 4 years ago
by
MSDNArchive
1
Comments
Despite my large and growing number of Dispose-related blogs, I really don't like writing about Dispose. Or rather, I don't like that Dispose is in such a confusing state that it requires so much reading material. :) But here we are again. I'd like to...
Kim Hamilton
What does the NeutralResourcesLanguageAttribute do?
Posted
over 4 years ago
by
MSDNArchive
5
Comments
NeutralResourcesLanguageAttribute marks the neutral culture for an assembly. That sounds self-referential, but a full description would require another blog post. To avoid getting bogged down, think of neutral culture roughly as the default language....
Kim Hamilton
Making a StreamWriter usable even after given garbage characters
Posted
over 4 years ago
by
MSDNArchive
2
Comments
I recently got a question from a customer using a StreamWriter with a UTF-8 encoding. The StreamWriter threw an EncoderFallbackException on an attempt to write “garbage” Unicode characters. For example, on an attempt to write U+DFC9, which is only half...
Kim Hamilton
When to call Dispose
Posted
over 4 years ago
by
MSDNArchive
10
Comments
A recent internal email thread unearthed extreme differences of opinion about when Dispose(void) should be called on an IDisposable. This led to a long discussion and a realization that -- while it seems like we’ve said everything there is to say about...
Page 1 of 1 (4 items)