Bill Blogs in C#

Bill Wagner discusses C#, LINQ, and other items of interest

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 Types
Why Immutable? Why atomic?
Understand the Pitfalls of GetHashCode()
Why GetHashCode() has numerous issues.
Implement the Standard Dispose Idiom
Why does Dispose work the way it does?
Published Tuesday, November 30, 2004 8:47 PM by wwagner
Filed under:

Comments

No Comments