Wiley.com
Print this page Share

Professional ADO.NET 3.5 with LINQ and the Entity Framework

ISBN: 978-0-470-18261-1
Paperback
672 pages
February 2009
Professional ADO.NET 3.5 with LINQ and the Entity Framework  (047018261X) 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
4 Error in Text
implantation

should be

implementation
03/19/09
4 Typo in Text
introducted

should be

introduced
03/19/09
6 Error in Text
SQO - sor

should be

SQO - or
03/19/09
6 Typo in Text
preference is give

should be

preference is given
03/19/09
8 Error in Text
implantation

should be

implementation
03/19/09
11 Error in Code
.Count > 9

should be

.Count > 10
03/19/09
14 Error in Code
.Count > 9

should be

.Count > 10
03/19/09
15 Error in Text
In the italicized text (indented paragraph 2nd from the bottom) it states:

You'll find instructions for attaching...in the "Setting Up the Northwind Sample Database" section of this book's introduction.

This sentence should be deleted, as the section is not in the introduction.

8/3/09
92 Error in Text
50

Should be

57
3/31/09
92 Error in Text
Twice on the same line:

SOQs

Should be

SQOs
3/31/09
94 Error in Text
Group, Skip

Should be

Group Join, Skip
3/31/09
94 Error in Text
(select c from customers)

Should be

(for c in customers)
3/31/09
96 Error in Text
1:many

Should be

1:many)
3/31/09
109 Error in Code
o => o.Orders

Should be

c => c.Orders
3/31/09
111 Error in Code
(PageNum-1) * PageSize)

Should be

((PageNum-1) * PageSize)
3/31/09
115 Error in Text
select/Select

Should just be

select
3/31/09
115 Error in Text
from/from

Should just be

from
3/31/09
254 Typo in Text
implent languages implemented languages
3/31/09
258 Error in Code
.Quantity

Should be

d.Quantity
3/31/09
317 Typo in Text
release first release

Should be

first release
3/31/09
319 Typo in Text
ParallelEnmerable

Should be

ParallelEnumerable
3/31/09
319 Typo in Text
Enumable

Should be

Enumerable
3/31/09
373 Error in Text
On the bottom of the page:

The <edmx:ConceptualModel> group

Should be:

The <edmx:Mappings> group

In the first instance in the sentence
6/24/09
412 Error in Text
In the middle of the page:

<Function>

Should be

<FunctionImport>
6/24/09
451 Error in Text
At the top of the page:

applying the GROUP BY

Should be

applying the ORDER BY
6/24/09
569 Typo in Text
Later

Should be

Layer
3/31/09
571 Typo in Text
Chatper

Should be

Chapter
3/31/09
573 Typo in Text
Nothwind

Should be

Northwind
3/31/09

Related Titles

More By This Author

Database & Data Warehousing Technologies

by Laurence T. Yang
by Alex Kriegel, Boris M. Trukhnov
by Paul Turley, Thiago Silva, Bryan C. Smith, Ken Withee
by Brian Knight, Ketan Patel, Wayne Snyder, Ross LoForte, Steven Wort
Back to Top