Microsoft LINQ Books

Programming Microsoft LINQ & Introducing Microsoft LINQ
Welcome to Microsoft LINQ Books Sign in | Join | Help
in Search

Browse by Tags

All Tags » errata   (RSS)
  • Table<T> Add and and Remove methods?

    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?
    Posted to Introducing Microsoft LINQ - Q&A (Forum) by Rickee on gennaio 25, 2008
  • Re: errata

    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
    Posted to Introducing Microsoft LINQ - Q&A (Forum) by Marco.Russo on dicembre 28, 2007
  • Small English issues

    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 ...
    Posted to Introducing Microsoft LINQ - Q&A (Forum) by Rickee on dicembre 27, 2007
Powered by Community Server (Personal Edition), by Telligent Systems