C# Essentials, 2nd Edition By Brad Merrill, Peter Drayton, Ben Albahari This errata page lists errors outstanding in the most recent printing. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy. This page was updated March 12, 2003. 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 ?page-number?: reader question or request for clarification Confirmed errors: {vii} 2nd Paragraph; Incorrectly states that the book was tested against RC1. This book was actually tested against the final release of C# (As the back cover correctly states) {5} 2nd Paragraph, 2nd line as Test.cs, then type csc Text.cs in the command prompt. should be: as Test.cs, then type csc Test.cs in the command prompt. (61) IN PRINT: "Enum Operators" section, operator listing; "==!=< >..." SHOULD BE: "==!=<>..." (separate the '<' and '>' operators by another tab, not just a space)