Three new online items for Effective C#
Addison Wesley is posting *more* excerpts of Effective C# now (But you should still buy the book.)
New this week: Two new items.
First, Prefer Immutable Atomic Values Types (pdf).
Second, Understand the pitfalls of GetHashCode (pdf).
Third, there is an online HTML page with my discussion of the Standard Dispose Idiom (HTML).
Prefer Immutable Value TypesWhy Immutable? Why atomic?
Understand the Pitfalls of GetHashCode()Why GetHashCode() has numerous issues.
Implement the Standard Dispose IdiomWhy does Dispose work the way it does?