or
Sign in to turn on 1-Click ordering.
Express Checkout with PayPhrase
What's this? | Create PayPhrase
More Buying Choices
Have one to sell? Sell yours here
or
Get a $9.03 Amazon.com Gift Card
LINQ in Action
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

LINQ in Action [Paperback]

Fabrice Marguerie (Author), Steve Eichert (Author), Jim Wooley (Author), Matt Warren (Foreword)
4.3 out of 5 stars  See all reviews (36 customer reviews)

List Price: $44.99
Price: $32.84 & this item ships for FREE with Super Saver Shipping. Details
You Save: $12.15 (27%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it delivered Monday, September 13? Choose One-Day Shipping at checkout. Details
33 new from $26.99 11 used from $22.25
Textbook StudentJoin Amazon Student and get FREE Two-Day Shipping for one year with Amazon Prime shipping benefits.

Sell This Book Back for $9.03
Whether you buy it used on Amazon for $22.25 or somewhere else, you can sell it back to our Textbook Buyback Store at the current price of $9.03 through December 31, 2010. Restrictions Apply
Used Price$22.25
Buyback Price$9.03
Price after
Buyback
$13.22

Frequently Bought Together

Customers buy this book with C# in Depth: What you need to master C# 2 and 3 $29.69

LINQ in Action + C# in Depth: What you need to master C# 2 and 3
  • This item: LINQ in Action

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • C# in Depth: What you need to master C# 2 and 3

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought


Editorial Reviews

Product Description

LLINQ, Language INtegrated Query, is a new extension to the Visual Basic and C# programming languages designed to simplify data queries and database interaction. It addreses O/R mapping issues by making query operations like SQL statements part of the programming language. It also offers built-in support for querying in-memory collections like arrays or lists, XML, DataSets, and relational databases.

LINQ in Action is a fast-paced, comprehensive tutorial for professional developers. This book explores what can be done with LINQ, shows how it works in an application, and addresses the emerging best practices. It presents the general purpose query facilities offered by LINQ in the upcoming C# 3.0 and VB.NET 9.0 languages. A running example introduces basic LINQ concepts. You'll then learn to query unstructured data using LINQ to XML and relational data with LINQ to SQL. Finally, you'll see how to extend LINQ for custom applications.

LINQ in Action will guide you along as you explore this new world of lambda expressions, query operators, and expression trees. As well, you'll explore the new features of C# 3.0, VB.NET 9.0. The book is very practical, anchoring each new idea with running code. Whether you want to use LINQ to query objects, XML documents, or relational databases, you will find all the information you need to get started

But LINQ in Action does not stop at the basic code. This book also shows you how LINQ can be used for advanced processing of data, including coverage of LINQ's extensibility, which allows querying more data sources than those supported by default. All code samples are built on a concrete business case. The running example, LinqBooks, is a personal book cataloging system that shows you how to create LINQ applications with Visual Studio 2008.

About the Author

Fabrice Marguerie is a software architect and developer based in Paris, France. Fabrice is a C# MVP has been working with LINQ from the first prototypes.


Product Details

  • Paperback: 600 pages
  • Publisher: Manning Publications; 1 edition (February 4, 2008)
  • Language: English
  • ISBN-10: 1933988169
  • ISBN-13: 978-1933988160
  • Product Dimensions: 9.2 x 7.4 x 1.3 inches
  • Shipping Weight: 2.1 pounds (View shipping rates and policies)
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (36 customer reviews)
  • Amazon Bestsellers Rank: #309,564 in Books (See Top 100 in Books)

More About the Authors

Discover books, learn about writers, read author blogs, and more.

Inside This Book (learn more)
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

What Do Customers Ultimately Buy After Viewing This Item?

LINQ in Action
76% buy the item featured on this page:
LINQ in Action 4.3 out of 5 stars (36)
$32.84
Pro LINQ: Language Integrated Query in C# 2008 (Windows.Net)
12% buy
Pro LINQ: Language Integrated Query in C# 2008 (Windows.Net) 4.7 out of 5 stars (43)
$29.69
Programming Entity Framework: Building Data Centric Apps with the ADO.NET Entity Framework
5% buy
Programming Entity Framework: Building Data Centric Apps with the ADO.NET Entity Framework 4.7 out of 5 stars (29)
$37.79
C# 4.0 in a Nutshell: The Definitive Reference
4% buy
C# 4.0 in a Nutshell: The Definitive Reference 4.6 out of 5 stars (16)
$31.49

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(33)
(26)
(17)
(14)
(11)
(6)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

36 Reviews
5 star:
 (24)
4 star:
 (5)
3 star:
 (3)
2 star:
 (2)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
4.3 out of 5 stars (36 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
24 of 24 people found the following review helpful:
5.0 out of 5 stars This book is a pure pleasure to read..., February 9, 2008
This review is from: LINQ in Action (Paperback)
This book is a pure pleasure to read. The presentation of content is awesome. They breakdown code in a new refreshing way that I have not seen before. Maybe it is done in all the Action Books from Manning, but this is the first I have read. They use code annotations to show what the code is doing at all the key points, highlighting important concepts. The beginner will benefit greatly from this, as will the experienced developer getting into the new C# language features.

The book presents both VB.NET and C# code examples. This is definitely cool. It is something that has been lost with many publishers. I guess the publishers know they can possibly sell 2 of the same book if they make one for each language. Yeah, yeah, I know... you should be able to easily bounce back and forth between languages with no effort. Well since I don't allow VB.NET on any of my projects, I rarely get to see it since books no longer present both languages. So this is a refreshing change. I still have to deal with inherited projects, so it is nice to have a book that contains my language of choice, but makes available the VB.NET syntax incase I need it.

The book has an awesome introduction covering the history of LINQ, which also presents all the problems that LINQ solves and the design goals of linq.

The book covers ever new feature in the .NET 3.5 languages (C# and VB.NET) that were needed in order to implement LINQ. They include Implicitly typed local variables, Object initializers, Lambda expressions, Extension methods, and Anonymous types.

The book covers LINQ to XML, LINQ to SQL, and LINQ to Objects in great detail. They also offer a bonus chapter from the Manning Site for LINQ to Datasets.

One of my favorite sections was Performance Considerations. They do a great job covering tradeoffs.

The book winds down with a chapter on extending LINQ and how link fits into an n-tier architecture.

The downloadable code is very well organized and is very usable. The authors have a great support site.

I highly recommend any developer moving into .NET 3.5 add this book to their library. It will arm you with everything you need to produce production level code.
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
16 of 16 people found the following review helpful:
5.0 out of 5 stars Why this book?, February 9, 2008
By B. Hayat (FL, USA) - See all my reviews
(REAL NAME)   
This review is from: LINQ in Action (Paperback)
Why should you get this book?
I started following the LINQ development while it was in beta stage and I was trying to find bits and pieces, here and there to make sense out of this technology. LINQ is something different than other technologies when it comes to learning it. It's like walking down a slope. If you don't follow the proper path, you can slip, in any moment. What do I mean by that? For MSFT to develop and build LINQ, they had to build and evolve a series of other technologies that will be used in LINQ. LINQ is developed on the top of a series of other technologies within .Net framework and the C# (VB also) language to be able to do what it does.
The sequence you learn these other technologies is as important as learning LINQ in the first place. By properly learning the foundation correctly, you will then see how sweet and powerful LINQ can and will be.

Now, why this book? Among all the materials and books I've read on this subject, this is the only book that truly follow this path. You follow the book, you learn LINQ. It's as simple as this!

I was involve with the "Early Access" program on this book and I saw how these three authors worked to make it better and better. They listened to readers and made it better. I wish other authors would take the time to write their book as well as this book. I give it Five stars!!!
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
8 of 8 people found the following review helpful:
5.0 out of 5 stars An excellent in-depth tour through LINQ, March 2, 2008
This review is from: LINQ in Action (Paperback)
The book is very well-written and very comprehensive. The authors made a great job at writing a book that can be read from cover to cover. The book begins with some reminders on LINQ history to understand where LINQ is coming from and why it is making life as a .NET developers more easier. Then come the language explanations, the part where you will see how C# and VB.NET have been tweaked to support LINQ syntax (btw, the book covers both C# and VB.NET LINQ and it is great to compare the different choices made). This part is really essential if you are considering using LINQ. Indeed, LINQ is coming from functional languages, something that most of us are not acquainted with, and it is disturbing at the beginning to understand things such as deferred execution. I found that a lot of energy has been put in pedagogy for readers that come with a classical OOP background.

Then comes the Part 2 on LINQ to object. This part is also vital because you will quickly realize that LINQ is about to definitely change the way your C# or VB.NET code looks like. Most of the algorithms we code rely intensively on collections and LINQ to object represents an incredibly powerful syntax to work with collections. Here also the authors worked really hard to explain properly the 'why/when/how to' things and to anticipate just in time the questions you might have.

Then comes part 3 and 4, on the 2 major LINQ flavors: LINQ to SQL and LINQ to XML. They represent a great opportunity to see some real-world use of what you've learnt in the 2 first parts. What I really liked here is that the authors anticipate the various scenarios (both common and advanced) you will face by using these 2 implementations of LINQ.

Then comes the great final, the part 5 that focus on how to extend LINQ to your own needs. LINQ is coming with several different extension points, from the single operator rewriting that will take you 2 minutes to write to the complete query framework that will take months to be written. This part explains and compares all these possibilities and can, alone, motivate you to buy the book if you plan to extend LINQ. LINQ extensibility is followed by another great chapter named 'LINQ in every layer' that put up together all knowledge presented until there to see how real-world applications are impacted by LINQ.

Something I would like to underline is that authors kept an objective eyes on LINQ. They warn you about the temptation to use LINQ for everything. What is awesome is that in a wide range of cases, LINQ represents both a new powerful syntax and also offers optimal performance. But for some other cases LINQ will execute much more slowly than a good old foreach style programming.

I highly recommend learning and using LINQ now because a lot of things is going to happen soon with LINQ, with things such as Parallel LINQ (PLINQ, to write queries that will execute on several threads at a time) , LINQ to Xsd (to write strongly typed XML queries), the ADO.NET Entities Framework (the Microsoft answer to O/R mapping) and more...
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

3.0 out of 5 stars Not much on Linq
If you're a bigger developer and don't know how to write a stored procedure, create a table, bind a control etc, you'll love this book. Read more
Published 4 months ago by Developer

4.0 out of 5 stars Review of LINQ in Action
This is a delightful book that is written in an easy to read style and text font. It covers 3 aspects of applying LINQ, (1) embedded collections, LINQ to SQL and XML. Read more
Published 5 months ago by Douglas L. Jones

5.0 out of 5 stars A comprehensive and enjoyable Linq resource
I seem to have good luck in purchasing books that are well-written and enjoyable to read. Linq In Action is formatted and structured well, offers excellent coverage of all... Read more
Published 6 months ago by G. Askew

5.0 out of 5 stars Very helpful
We gave this to our son who is a very knowledgeable programmer. He says it has been very helpful and that he is learning a lot from it.
Published 7 months ago by J. Adams

1.0 out of 5 stars Little VB code
The back of the book says "All code examples in both C# 3 and VB.NET 9" under "What's Inside". This is a blatent lie.
Very very little VB code. Very disapointing.
Published 7 months ago by Dave V.

1.0 out of 5 stars Junk. Very Disapponted in Mapping publications,
I read alot of Manning books, and was looking forward to reading this book. It said C# and VB. Very little VB. It said in action. Very little. Read more
Published 9 months ago by John M. Lyons

4.0 out of 5 stars Light on LINQ to SQL
This book has good coverage on LINQ to Object and LINQ to XML, but is light on LINQ to SQL.

If you need to use LINQ to SQL at your job, go for Pro LINQ from Apress... Read more
Published 12 months ago by George Jiang

2.0 out of 5 stars Incomplete Overview
I am a fan of the Manning "in Action" books, but this has been a serious disappointment. I am a reasonably experienced developer that needed to get up to speed quickly. Read more
Published 14 months ago by High Desert Girl

4.0 out of 5 stars LINQ in Action rocks
I was pleased with overall quality of this book. By and large this is the most comprehensive LINQ book currently available on the market. Read more
Published 23 months ago by Software Architect

5.0 out of 5 stars A required desktop reference
I think the expression is "don't cry over spilled milk...", well when my son spilled milk on this book I almost cried. Why would you cry over a book you ask? Read more
Published 23 months ago by Joseph Guadagno

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
What do you think about this book? 0 February 2008
See all discussions...  
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
   



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.