Wiley.com
Print this page Share

Professional .NET Framework 2.0

ISBN: 978-0-7645-7135-0
Paperback
624 pages
April 2006
Professional .NET Framework 2.0 (0764571354) cover image
This title is out-of-print and not currently available for purchase from this site.

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
176 Error in Text
p.176, about 1/2 way down the page, last text line before the code before the Hash-Codes heading. The line

In this case, isValueEqual ...

should read:

In this case, isValueEqual would be true. But in either of the following cases, the comparison yields false:
01/07/2008
223 Error in Code
3rd block of code on page, line 3:

Array.Copy(srcArray, 3);

should be:

srcArray.CopyTo(destArray, 3);
01/07/2008

Related Titles

General Programming & Software Development

by Ed Lecky-Thompson, Heow Eide-Goodman, Steven D. Nowicki, Alec Cove
by Michael Trent, Drew McCormack
by Stephen G. Kochan
by Rick Greenwald, Robert Stackowiak, Gary Dodge, David Klein, Ben Shapiro, Christopher G. Chelliah
Back to Top