C# Language Pocket Reference by Ted Neward, Ben Albahari, Peter Drayton The following errata were *corrected* in the 8/04 repirnt: Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem (9)First paragraph, 3rd line; The maximum value for a signed integer of n bits WAS PREVIOUSLY formatted so that it appeared as: n-1-1 2 I.e., two raised to the n-2 power, which was INCORRECT. This maximum value NOW READS: n-1 2 -1 I.e., one less than two raised to the n-1 power. {78} The "Networking" Paragraph; last sentence; "An important related type in another namespace is System.IO.Stream." NOW READS: "An important related type in the System.IO namespace is the Stream class."