Wrox Home  
Search

Topic: .NET

Cover image for product 0764571354
Professional .NET Framework 2.0
Joe Duffy
ISBN: 978-0-7645-7135-0
Paperback
624 pages
April 2006
Paperback Version: US $39.99 Add to Cart

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

.NET Related Resources

Forums

Articles