|
|
Browse by Tags
All Tags » errata (RSS)
-
The bottom of p. 152 has these lines:
db.Customers.Add(newCustomer);
db.Customers.Remove(oldCustomer);
But Customers is an object of type Table<T> and that class does not have Add or Remove methods. What is the correct code that illustrates the point being made?
-
Ops!
Rickee, you're right, we hadn't looked deep at this the first time.The errata document is now updated and we already checked the next book we're currently writing.
Thank you very much for your help!
Marco & Paolo
-
Good book. I've spotted a few small problems of English usage:
1. P. 30: The sentence ''Please note that the constant 2.3 defines the type inferred by three variables, and the default keyword is a ''typed'' null that infers the correct type to p.'' The last 6 words should be ''implies the correct type for p''. (Even native ...
|
|
|