Errata

C# Essentials

Errata for C# Essentials

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page 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)

Anonymous   
Printed
Page 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.

Anonymous   
Printed
Page 61
IN PRINT: "Enum Operators" section, operator listing

"==<tab>!=<tab>< ><tab>..."

SHOULD BE:
"==<tab>!=<tab><<tab>><tab>..."
(separate the '<' and '>' operators by another tab, not just a space)

Anonymous