Most Helpful Customer Reviews
1 of 1 people found the following review helpful:
2.0 out of 5 stars
So-so reference, needs editing, May 17, 2009
This review is from: LINQ Quickly (Paperback)
Before reading this book, I had read a few blogs and tutorials on LINQ, enough to realize I needed to better understand the technology. The book seemed ideal: short, assumed you knew XML, C#, etc and had plenty of example code. (and was one of the less expensive books on the subject).
Unfortunately it seems to have been put together hurriedly. Much of the example code doesn't work as published, some of the code is sloppy (variables initialized but never used), and the actual output of the code doesn't match what the text says it should be.
Fortunately, the text itself is clear and gives you enough of a sense of what is going on that you can, with some effort, get the examples going.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
1 of 1 people found the following review helpful:
2.0 out of 5 stars
Not a great tutorial book, March 28, 2008
This review is from: LINQ Quickly (Paperback)
I've been reading another book from Packt Publishing, called "LINQ Quickly". Again, it's a pretty short book, coming in at 250 pages. The author does a decent job at explaining the basis of LINQ and the various implementations, such as LINQ to SQL, and so on. What would have been a welcome addition to this book is a more practical approach to the technology. Perhaps by building a real application along the way. There is an appendix for just that, but it's a disappointing 7 pages. The book's subtitle mentions it being a practical guide but I didn't see that.
If you want a brief overview of what's possible with LINQ and the various implementations, you'll probably find the same information for free across the web. I was hoping for more of a real-world introduction.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
1 of 1 people found the following review helpful:
4.0 out of 5 stars
Good overview and Standard Query Operator reference, February 27, 2008
This review is from: LINQ Quickly (Paperback)
The book provides a good overview of LINQ and it's supporting language features, such as anonymous types, implicit typing, object initializers, extension methods, and expressions. It then builds on that introduction to cover the various LINQ implementations, such as LINQ to Objects, LINQ to XML, and LINQ to SQL. A very thorough look at the different Standard Query Operators closes the book.
Also provided are two simple examples that really help highlight the power and flexibility of LINQ. The first example shows how to create a web site that uses LINQ to populate a data grid and some form elements. The other example shows how to use LINQ against the Outlook object model to retrieve the details of an Outlook contact.
One thing that this book mentions very clearly that hasn't been talked about much is that LINQ to SQL is able to make use of not just embedded SQL but also stored procedures and walks the reader through the steps necessary in order to make effective use of LINQ and stored procedures.
While the style of writing in the book was a little hard to follow, the technical content of the book appeared to be both accurate and thorough, taking the most in-depth look at LINQ to XML and then the Standard Query operators.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
|