Errata for MCAD/MCSD Self-Paced Training Kit: Developing Windows®-Based Applications with Microsoft® Visual Basic® .NET and Microsoft Visual C#® .NET, Second Ed
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 xxvii
|
Correction To MCP Requirement
On page xxvii, under "Requirements for Becoming a Microsoft Certified Professional",
Change:
"Microsoft Certified Professional candidates are required to pass one operating system exam."
To:
"Microsoft Certified Professional (MCP) candidates are required to pass one current Microsoft certification exam that provides a valid and reliable measure of technical proficiency and expertise."
|
Microsoft Press |
May 06, 2010 |
|
| Printed |
Page 290
|
ExecuteNonScalar method referenced in place of ExecuteScalar
On page 290, the last line of the Visual C# sample code reads:
O = myCommand.ExecuteNonScalar();It should read:
O = myCommand.ExecuteScalar();
Microsoft Press is committed to providing informative and accurate
books. All comments and corrections listed above are ready for
inclusion in future printings of this book. If you have a later printing
of this book, it may already contain most or all of the above corrections.
|
Microsoft Press |
Jul 13, 2010 |
|