Bizzenterprise.com
 Location:  Home» Books » Programming Languages » Pro LINQ: Language Integrated Query in C# 2008 (Windows.Net)  
Categories
Computers
Books
DVD
Download Videos
Electronics
Download Software
Software
Wireless
Download Music
Cameras
Magazines
Clothes
Automotive
Baby
Health
Fitness
GameStop, Inc.
Refurbdepot.com (Comtech Direct Inc.)
Shop Handango for the latest in mobile apps for your smartphone.
Subcategories
Paperback
Trade

Pro LINQ: Language Integrated Query in C# 2008 (Windows.Net)

Pro LINQ: Language Integrated Query in C# 2008 (Windows.Net)

enlarge enlarge 
Author: Jr., Joseph C. Rattz
Publisher: Apress
Category: Book

List Price: $44.99
Buy New: $27.45
You Save: $17.54 (39%)



New (40) Used (13) from $22.00

Rating: 5.0 out of 5 stars 32 reviews
Sales Rank: 12682

Media: Paperback
Pages: 600
Number Of Items: 1
Shipping Weight (lbs): 2.2
Dimensions (in): 9.2 x 7 x 1.3

ISBN: 1590597893
Dewey Decimal Number: 005.741
EAN: 9781590597897
ASIN: 1590597893

Publication Date: November 19, 2007
Availability: Usually ships in 1-2 business days
Shipping: Expedited shipping available
Shipping: International shipping available
Condition: Brand new may have remainder mark or slight shelfwear

Tell A Friend
Add to Wishlist
Add to Wedding Registry
Add to Baby Registry
Secure Checkout with Amazon Services

Also Available In:

  • Kindle Edition - Pro LINQ: Language Integrated Query in C# 2008

Similar Items:

  • Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition (Windows.Net)
  • Pro ASP.NET 3.5 in C# 2008, Second Edition (Windows.Net)
  • Pro WPF in C# 2008: Windows Presentation Foundation with .NET 3.5, Second Edition (Books for Professionals by Professionals)
  • Programming WCF Services
  • Windows Presentation Foundation Unleashed (WPF)

Editorial Reviews:

Product Description

LINQ is the project name for a set of extensions to the .NET Framework that provide a generic approach to querying data from different data sources. LINQ will premier in Visual Studio 2008, and will become the next must-have skill for .NET developers.

Pro LINQ: Language Integrated Query in C# 2008 is all about code.

Literally, this book starts with code and ends with code. In most books, the author shows the simplest example demonstrating how to use a method, but they so rarely show how to use the more complex prototypes. Pro LINQ: Language Integrated Query in C# 2008 is different. Demonstrating the overwhelming majority of LINQ operators and protoypes, it is a veritable treasury of LINQ examples.

Rather than obscure the relevant LINQ principles in code examples by focusing on a demonstration application you have no interest in writing, Pro LINQ: Language Integrated Query in C# 2008 cuts right to the chase of each LINQ operator, method, or class. However, where complexity is necessary to truly demonstrate an issue, the examples are right there in the thick of it. For example, code samples demonstrating how to handle concurrency conflicts actually create concurrency conflicts so you can step through the code and see them unfold.

Most books tell you about the simple stuff, while few books warn you of the pitfalls. Where Pro LINQ: Language Integrated Query in C# 2008 returns your investment is in the hours, and sometimes days, spent by the author determining why something may not work as expected. Sometimes this results in an innocent looking paragraph that may take you a minute to read and understand, but took days to research and explain.

Face it, most technical books while informative, are dull. LINQ need not be dull. Written with a sense of humor, Pro LINQ: Language Integrated Query in C# 2008 will attempt to entertain you on your journey through the wonderland of LINQ and C# 2008.

What you'll learn
  • How to leverage all the new LINQ relevant C# 2008 language features including extension methods, lambda expressions, anonymous data types, and partial methods.
  • How to use LINQ to Objects to query in-memory data collections such as arrays, ArrayLists, and Lists to retrieve the data you want.
  • Why some queries are deferred, how a deferred query can bite you, and how you can make deferred queries work for you.
  • How to use LINQ to XML to revolutionize your creation, manipulation, and searching of XML data.
  • How to query DataSets with LINQ to DataSet so you can co-exist with legacy code and use LINQ to query databases other than SQL Server.
  • How to query Databases with LINQ to SQL, write your own entity classes, and understand how to handle concurrency conflicts.



Customer Reviews:   Read 27 more reviews...

3 out of 5 stars Not as advanced as I hoped   December 26, 2008
Mr. Michael D. Culley (Australia)
1 out of 2 found this review helpful

While I found this book to be a very good introduction to linq there were a couple of things that bothered me.

The first was there was quite a large amount of filler in that the same code was repeated over and over, many times twice on the same page. The output of this code was also repeated over and over (anyone else get sick of seeing a list of presidents?). In the case of similar linq functions (eg OrderBy and OrderByDesc), instead of creating one section describing both, the first section was pretty much duplicated along with another code example and another list of presidents. I found myself flicking through page after page of similar text.

The second thing that I didn't like was that it is called Pro Linq but doesn't really go into anything advanced. At the end of the book I didn't know how to extend linq by adding my own extension methods, I know that IQueryable exists but not much more than that and I know very little about expressions or how to use them. I think if the filler was removed there would have been room for these more advanced topics.

I would still say it's worth reading and I don't regret buying it but I think it should be called "begineers guide to linq" instead of "Pro Linq". The reason I purchased it was because I thought it would be a more advanced book.



4 out of 5 stars Great Linq code book   November 6, 2008
YES WE CAN!!! (DREAMS COME TRUE, CALIFORNIA)
0 out of 1 found this review helpful

This book is a must have, I have recommended to all my friends and family. Kudos to the Author for publishing such a wonderful book.


4 out of 5 stars Great Book!!!   October 3, 2008
David Farrugia
1 out of 1 found this review helpful

this book is a great referece for those who want to learn the new features in .net 3.5. it is not for the beginner programmer as it uses some advancced techniques that could be confusing. It is more of a reference book than a learning book, overall it is great and covers all areas of LINQ.


5 out of 5 stars Comprehensive and well explained   September 25, 2008
M. Boughter (New Castle, PA United States)
1 out of 2 found this review helpful

After being disappointed by other books on ASP.NET was leery in purchasing another. Wishing to learn about LINQ I finally gave in and ordered this one. I'm pleasantly surprised and delighted that it actually teaches you something other than just touting the benefits versus older technology. It is so complete as opposed to other books that give you a dip in the shallow end and leave you to wonder what else there is out there.

Excellent book. Well worth the price. Get it.



5 out of 5 stars Learn LINQ = Buy this book   August 8, 2008
James S. Brown (Baton Rouge, LA United States)
I am always looking for new tools to make my job as a developer easier, more efficient, allow me to write code that is more easily maintained and just make things more exciting. The problem that comes with learning these new tools (such as LINQ) is finding the time to learn them to the point that they are useful. This style of this book made it very easy to read with excellent code examples, providing me with the knowledge to get started using LINQ in my current project within a week of reading. Lastly, I was able to contact the author (with a timely response) about a question I had using LINQ in my project. Joe was friendly in his response and very approachable. Highly recommended!

PCSecurityShield
The Software Download Site ----- News Directory ----- Submit Links ----- Discounts ----- Site Map
Related Categories
• Programming Languages
Computer Science
New & Used Textbooks
Custom Stores
Specialty Stores
• Software Design & Engineering
Computer Science
New & Used Textbooks
Custom Stores
Specialty Stores
• General AAS
Computer Science
New & Used Textbooks
Custom Stores
Specialty Stores
• General AAS
New & Used Textbooks
Custom Stores
Specialty Stores
Books
• General AAS
Qualifying Textbooks
Custom Stores
Specialty Stores
Books
icon