Tech Quarto
Search Advanced SearchView Cart   Checkout   
 Location:  Home » Windows » Pro LINQ: Language Integrated Query in C# 2008 (Windows.Net)  
Categories
Computer Science
The Internet
For Dummies
Web Browsers
Windows
Digital Culture
Multimedia
Mobile & Wireless
Subcategories
Home Computing
Apple
Audiobooks
Business & Culture
Certification Central
Computer Science
Databases
Digital Music
Digital Photography & Video
Games & Strategy Guides
Graphic Design
Hardware
Microsoft
Mobile & Wireless Computing
Networking
Operating Systems
Programming
Project Management
Security & Encryption
Software
Web Development
New Releases
Cocoa(R) Programming for Mac(R) OS X (3rd Edition)
SCJP Sun Certified Programmer for Java 6 Exam 310-065
The Official Filthy Rich Handbook
Disrupting Class: How Disruptive Innovation Will Change the Way the World Learns
Effective Java (2nd Edition) (The Java Series)
500 Handmade Books: Inspiring Interpretations of a Timeless Form (500 Series)
The Best of 2600: A Hacker Odyssey
High Performance MySQL: Optimization, Backups, Replication, and More
FINAL FANTASY TACTICS A2: Grimoire of the Rift Official Strategy Guide
David Busch's Canon EOS Digital Rebel XSi/450D Guide to Digital SLR Photography
Visit Laptop Nirvana for the best Cheap Discount Laptops
Bestsellers
The Last Lecture
How to Use the Amazon Kindle for Email & Over 100 Pages of Other Cool Tips (The Complete User's Guide to the Amazing Amazon Kindle - Final days at "BETA" price)
The Digital Photography Book
Last Lecture, The
Presentation Zen: Simple Ideas on Presentation Design and Delivery (Voices That Matter)
The Digital Photography Book, Volume 2
Mac OS X Leopard: The Missing Manual
The Black Swan: The Impact of the Highly Improbable
Canon EOS 40D Guide to Digital Photography
The Adobe Photoshop CS3 Book for Digital Photographers (Voices That Matter)

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

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

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

List Price: $44.99
Buy New: $23.99
You Save: $21.00 (47%)



New (34) Used (11) from $23.99

Avg. Customer Rating: 5.0 out of 5 stars 25 reviews
Sales Rank: 2189

Media: Paperback
Number Of Items: 1
Pages: 600
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
Condition: Crisp clean and unread. No marks. Compare seller ratings. We offer excellent customer service.

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. For more information about LINQ, you can check out the author’s portal at www.linqdev.com.

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.

Who is this book for?

This book is written for the proficient C# developer, but you do not need to be up on all the latest C# features to understand the material. When you finish this book, you will be up on all the latest C# features.

Related Titles

Beginning C# 2008 Databases: From Novice to Professional

Pro C# 2008 and the .NET 3.5 Framework, Fourth Edition

Pro LINQ Object Relational Mapping in C# 2008

About the Apress Pro Series

You have gotten the job; now you need to hone your skills in these tough competitive times. The Apress Pro series expands your skills and expertise in exactly the areas you need. Master the content of a Pro book, and you will always be able to get the job done in a professional development project. Written by experts in their field, Pro series books from Apress give you the hard–won solutions to problems you will face in your professional programming career.




Customer Reviews:   Read 20 more reviews...

5 out of 5 stars Very Impressed   July 4, 2008
I actually met Joe in a Books-A-Million in Montgomery, Alabama... He is a very nice guy too! The book is chock full of code, it is concise and it is worth every penny and then some. If you want to learn about how to use LINQ effectively, congratulations, you just found your book.


5 out of 5 stars Excellent LINQ Resource   July 2, 2008
Once I had heard of LINQ I had spent a lot of time reading through the MSDN docs, but I wanted more information about it. Pro LINQ was the answer. It gave a very thorough run-down of each of the various technologies involved with LINQ as well as a breadth of useful examples to illustrate the points that were made. In addition I thought that the book had a nice progression of topics that left you wanting to continue on to the next chapter. LINQ is an awesome technology, and I feel that this book is a great tool to add to your arsenal to help better utilize it to its fullest capabilities. This book was definitely written from a developer's standpoint, but I didn't feel that it threw too much at you. I would highly recommend this book.


5 out of 5 stars Best book to learn LinQ and new C# 3.0 features   June 1, 2008
This book is incredible at explaining the new LinQ functionality and since many of the enhancements made to C# were made to accomadate LinQ, it also does an excellent job at explaining the new language enhancements in a concise fashion. Highly recommend this book.


5 out of 5 stars Outstanding   May 30, 2008
 1 out of 1 found this review helpful

It's very rare to find a book on any programming topic that works as both an introduction to the subject as well as a reference for seasoned users. Joseph Rattz's book should be the first stop for anyone hoping to learn about LINQ. The examples given make what could have been a potentially massive learning curve even for experienced ADO.Net users a lot smoother.


4 out of 5 stars Good book - but XML heavy   May 25, 2008
 0 out of 4 found this review helpful

Reading this book you can get the illusion that LINQ is just about XML. There is so much more - pretend that LINQ has noting to do with XML and see how it can change your project delivery!

LINQ in Action This is the book that really shows what LINQ can do. It is VERY easy to read and get upto speed using this book - its a must have. Once you have mastered this book then look at others.


Powered by Associate-O-Matic