or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
31 used & new from £18.97

Have one to sell? Sell yours here
 
   
LINQ in Action
 
See larger image
 

LINQ in Action (Paperback)

by Fabrice Marguerie (Author), Steve Eichert (Author), Jim Wooley (Author)
4.2 out of 5 stars  See all reviews (4 customer reviews)
RRP: £31.99
Price: £21.76 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £10.23 (32%)
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.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Want guaranteed delivery by Thursday, November 12? Choose Express delivery at checkout. See Details
25 new from £18.97 6 used from £23.21

Frequently Bought Together

Customers buy this book with C# in Depth: What you need to master C# 2 and 3 by Jon Skeet

LINQ in Action + C# in Depth: What you need to master C# 2 and 3
Price For Both: £42.11

Show availability and shipping details


Customers Who Bought This Item Also Bought

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

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

by Jon Skeet
4.8 out of 5 stars (13)  £20.35
ASP.NET AJAX in Action

ASP.NET AJAX in Action

by Alessandro Gallo
3.5 out of 5 stars (2)  £24.76
Programming WCF Services

Programming WCF Services

by Juval Lowy
3.6 out of 5 stars (7)  £23.78
jQuery in Action

jQuery in Action

by Bear Bibeault
5.0 out of 5 stars (3)  £18.35
LINQ Pocket Reference (Pocket Reference (O'Reilly))

LINQ Pocket Reference (Pocket Reference (O'Reilly))

by Joseph Albahari
5.0 out of 5 stars (2)  £6.70
Explore similar items

Product details

  • Paperback: 600 pages
  • Publisher: Manning Publications (4 Feb 2008)
  • Language English
  • ISBN-10: 1933988169
  • ISBN-13: 978-1933988160
  • Product Dimensions: 23.4 x 18.8 x 3.3 cm
  • Average Customer Review: 4.2 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon.co.uk Sales Rank: 76,481 in Books (See Bestsellers in Books)

    Popular in these categories:

    #24 in  Books > Computing & Internet > Microsoft Windows > Programming > Visual Basic
    #75 in  Books > Computing & Internet > Databases > Applications > SQL

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   Silverlight ORM with LINQ opens new browser window
www.ideablade.com/_Free_Download  -  Simplify Your Data Access Code Download DevForce Now 
   Linq Sale opens new browser window
www.cocosa.com/Linq  -  Save up to 80% on Top Designers Members Only, Get Your Invite Now.. 
  
 

Product Description

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.

Steve Eichert is a Sr. Software Engineer for Algorithmics, Inc. based in Philadelphia, PA.

Jim Wooley has been working with .NET since PDC 2000 and has been actively evangelizing LINQ since its announcement in 2005. He leads the Atlanta VB Study Group and serves as INETA Membership Manager for the Georgia region.

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
linq
dotnet
csharp
sql
microsoft
orm
xml
xlinq
dlinq
visual basic
vb

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?


 

Customer Reviews

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

 
5 of 5 people found the following review helpful:
5.0 out of 5 stars A must read on LINQ, 25 Feb 2008
This book is the fruit of a collaborative work. In a time of globalization, where ideas know no frontiers, this is a refreshing take on a hot topic like LINQ.

We have here three well known experts in their fields coming together to produce an excellent text book on LINQ.
The introduction is an appetizer for what comes next.

LINQ is not a language you will fall in love with at first sight. It demands that you get to know it but when you do you're hooked.

In this book we get a good summary outlining why we can't live without LINQ anymore. Also, a nice touch from the authors is that the code is written in both C# and VB.NET. It's a pity that this is not continued throughout the book. However, according to the writers, all the samples used in the book are available for download in both languages. So guys you are forgiven!

Because LINQ introduces new features, a full chapter is dedicated to C# 3.0 and VB.NET 9.0 enhancements. This chapter is for me the weakest part of the book. Even if LINQ in action is not intended for beginners, I would suggest to the readers to skip this section and come back to it later, because it will give intermediate developers the idea that LINK is only comprehendible by experts. It is too complicated too early in the book.

The rest of the book is cleverly divided into roughly three parts: LINQ for objects, LINQ for XML and LINQ for SQL. It is a very good idea indeed to have pushed the SQL part further down, after all, LINQ is much more than a mere language for relational databases. It is an advanced technology with many capabilities. For example, Object paradigm is at the heart of LINQ and this is well demonstrated throughout the book.
To conclude I would warmly recommend this book but for intermediate developers not for real beginners because some of the explanations introduced by the authors are not for the faint hearted!
I also give credit to the authors for creating from a blank canvas something as colorful as this book about LINQ. A hard challenge when you consider that nobody has really fully embraced the concept in a commercial application to date.

It's also a first book for Fabrice Marguerie, who I know well by his blog. Fabrice is a strong minded person, an expert in Object Relational Mapping, which gives you even more reason to purchase this book.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4 of 5 people found the following review helpful:
2.0 out of 5 stars Anti climax, 21 Jan 2009
By L. Morris - See all my reviews
(REAL NAME)   
As I started to read the book the information in it was very basic. As I progressed the information started to get much more interesting and I started to get quite excited about my purchase.

Unfortunately this book is mostly a "How to use LINQ" and doesn't cover the "How to implement LINQ" topics very much at all. Considering this is an entire book dedicated to one subject I was disappointed to read (paraphrased) "The topic X is quite big so wont be covered in this book". It's a book dedicated to LINQ, I expect the large complex subjects to be covered!

The main reason I was interested in this book was because I wanted to learn about IQueryable and IQueryProvider. Seeing as this book is dedicated entirely to LINQ I expected advanced topics like this to be discussed in depth. Unfortunately this subject is barely touched. A simple example of how to do LINQ to AMAZON is shown, the example is a bit of a hack-together solution rather than using the proper abstract approach. When the book moves on to discussing the proper approach instead of attacking the subject in depth and explaining it (IQueryable, IQueryProvider) it merely gives you a link to someone's blog and tells you to

01: Download the source from that URL.
02: Override 2 methods on the classes from that URL.
03: Copy/Paste this code from earlier.

I wanted the book to go through what the guy on the blog went through, to know what the guy on the blog knows in order to implement what he did. I don't want a book to tell me to go and read someone's blog, I can do that without buying a book!

I learned a lot more about LINQ from reading Jon Skeet's C# book. It covers extension methods, lambdas, type inference, expression parsing, IQueryable and more.
Comment Comment (1) | Permalink | Was this review helpful to you? Yes No (Report this)



 
4 of 5 people found the following review helpful:
5.0 out of 5 stars If you need Linq - you nee this book, 13 May 2008
By Martin J. Hart (Menorca, SPAIN) - See all my reviews
(REAL NAME)   
If you want to learn Linq, whether its data stored in a database, in XML files, DataSets or just in-memory objects this is the book for you.

I found it so easy to understand, and really comprehend. There are lots of examples, but not too many. After reading the first few chapters you become comfortable with the concept and syntax of the new language extensions.

The authors style had just the right combination of light humor and serious programming. He seems able to express complicated issues with the greatest of ease, and obviously has enoumous knowledge on the subject.

If that was not enough, there are forums avalable where you can raise queries and doubts and the author will do his best to accomodate you, again with a nice and easy flowing style.

The book is a 'must have' to any serious Linq programmer (or want-to-be Linq programmer!) and will certainly occupy a prominent place on my bookshelf.

Highly recommended!

Regards,
Martin.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


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

5.0 out of 5 stars Good job
Very good book, I have read entirely in few days. The book goes beyond basical topics related to Linq and Linq2XXX, it also talk about different ways to use linq and how it could... Read more
Published 18 months ago by Andrea Colaci

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
A must read on LINQ 0 February 2008
See all discussions...  
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

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.