Wiley.com
Print this page Share

Professional LINQ

ISBN: 978-0-470-04181-9
Paperback
408 pages
January 2008
Professional LINQ (0470041811) 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
6 Error in Code
foreach {var item in dirQuery)

should read:

foreach (var item in dirQuery)
07/14/2008
10 Error in Code
where d.DirectoryName == di.Name

should read:

where d.DirectoryName == dir.Name
07/11/2008
7 148, 149 Error in Text
The element <yomoma> is incorrect.

It should be <FirstName>
03/12/09

Related Titles

More By This Author

Database & Data Warehousing Technologies

by Teresa Hennig, Rob Cooper, Geoffrey L. Griffith, Armen Stein
by Dan Wood, Chris Leiter, Paul Turley
by Brian Knight, Ketan Patel, Wayne Snyder, Jean-Claude Armand, Ross LoForte, Brad McGehee, Steven Wort, Joe Salvatore, Haidong Ji
Back to Top