Errata
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.
The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.
Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question
| Version | Location | Description | Submitted By |
|---|---|---|---|
| Printed | Page xvi 2nd paragraph |
If you are a programmer who loves your code,... |
Anonymous |
| Safari Books Online | 2.2.4 Example 2-3 |
Line 61 reads: |
webster.net |
| Printed | Page 4 Aggregation |
In the book it is written: |
Anonymous |
| Printed | Page 18 1st paragraph |
ListTags does not exist on the Example 2-2. |
Anonymous |
| Printed | Page 19 Member variables of class TaggedPhoto |
The variable "List <string> tags = new List <string> ();" of the class TaggedPhoto must be declared static. |
Anonymous |
| Printed | Page 19 Member variables of class TaggedPhoto |
The variable "List <string> tags = new List <string> ();" of the class TaggedPhoto must be declared static. |
Anonymous |
| Printed | Page 19 variable declaration of TaggedPhoto class |
List<string> is not declared static, so every instance of TaggedPhoto could only ever have one tag in the list, eg. ListTaggedPhotos will always only return one item. |
Anonymous |
| Page 19 Sample code line #56, on the page 9th line. |
The line: |
Joel Enriquez | |
| Page 23 Figure 2-5. Proxy pattern UML diagram |
In order to fulfil the Proxy Pattern, the Subject class must implement the ISubject interface. This hasn't been done in the UML diagram. |
Alan Cummings | |
| Printed | Page 24 4th bullet |
The 4th bullet item on this page is missing a closing parenthesis. |
Anonymous |
| Printed | Page 33 Check() method |
If you are going to make a call to Authenticate() in the method it should be unconditional if |
Anonymous |
| Printed | Page 102 UML diagram |
Class's name 'Class' should 'Client' |
Anonymous |
| Printed | Page 207 Last method public void Output |
I was not familiar with the InvokeRequired property, so I looked it up on MSDN and I noticed |
Anonymous |
| Printed | Page 229 Example 10-2 |
The program, which is presented as a complete program, does not compile using Visual Studio 2008's C# |
Anonymous |
