Pro LINQ: Language Integrated Query in C# 2008

Pro LINQ: Language Integrated Query in C# 2008
by Joseph C. Rattz

Pro LINQ: Language Integrated Query in C# 2008
List Price: $44.99
Our Price: $24.34
You Save: $20.65 (46%)
Availability: Usually ships in 1-2 business days
Category: Book
See more book details and other editions


(Click here)
Buy this book at online book store in your country
Canada | UK | Germany | France

Book Summary Information

Author: Joseph C. Rattz
Edition: Paperback
Published: 2007-11-19
ISBN: 1590597893
Number of pages: 600
Publisher: Apress

Book Reviews of Pro LINQ: Language Integrated Query in C# 2008

Book Review: Really good book and publisher
Summary: 5 Stars

I agree with all of the above positive reviews. Excellent book. I just wanted to comment on the publisher. This is my 3rd book(my other two were a book on WPF and C++/.Net) published by Apress and they have all been very good. I don't know if that is just dumb luck but they do an excellent job.

Summary of Pro LINQ: Language Integrated Query in C# 2008

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.

C & C++ Windows Programming Books

Book Subjects
Most talked about in Learning .Net
Pro LINQ: Language Integrated Query in C# 2008 ImagePro LINQ: Language Integrated Query in C# 2008
by Joseph C. Rattz
Apress; Published: 2007-11-19; Paperback; Book
Best price: $28.12
Price in other shops: $44.99
Professional ASP.NET 3.5: In C# and VB (Programmer to Programmer) ImageProfessional ASP.NET 3.5: In C# and VB (Programmer to Programmer)
by Bill Evjen, Scott Hanselman, Devin Rader
Wrox; Published: 2008-03-04; Paperback; Book
Best price: $29.06
Price in other shops: $54.99
Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition (Pro Series) ImagePro C# 2008 and the .NET 3.5 Platform, Fourth Edition (Pro Series)
by Andrew Troelsen
Apress; Published: 2007-11-12; Hardcover; Book
Best price: $34.95
Price in other shops: $59.99
Microsoft  Windows  Communication Foundation Step by Step (Step By Step Developer Series) ImageMicrosoft Windows Communication Foundation Step by Step (Step By Step Developer Series)
by John Sharp
Microsoft Press; Published: 2007-01-31; Paperback; Book
Best price: $11.09
Price in other shops: $44.99
Professional ASP.NET 2.0 Special Edition (Wrox Professional Guides) ImageProfessional ASP.NET 2.0 Special Edition (Wrox Professional Guides)
by Bill Evjen, Scott Hanselman, Devin Rader, Farhan Muhammad, Srinivasa Sivakumar
Wrox; Published: 2006-10-16; Hardcover; Book
Best price: $29.49
Price in other shops: $59.99
Pro .NET 2.0 Windows Forms and Custom Controls in VB 2005 ImagePro .NET 2.0 Windows Forms and Custom Controls in VB 2005
by Matthew MacDonald
Apress; Published: 2006-08-21; Paperback; Book
Best price: $27.84
Price in other shops: $49.99
Pro VB 2005 and the .NET 2.0 Platform, Second Edition ImagePro VB 2005 and the .NET 2.0 Platform, Second Edition
by Andrew Troelsen
Apress; Published: 2006-04-17; Paperback; Book
Best price: $25.00
Price in other shops: $59.99
Beginning SQL Server 2005 Programming (Programmer to Programmer) ImageBeginning SQL Server 2005 Programming (Programmer to Programmer)
by Robert Vieira
Wrox; Published: 2006-02-27; Paperback; Book
Best price: $21.87
Price in other shops: $39.99
Visual Basic 2005 How to Program (3rd Edition) (How to Program (Deitel)) ImageVisual Basic 2005 How to Program (3rd Edition) (How to Program (Deitel))
by Deitel & Associates
Prentice Hall; Published: 2006-05-18; Paperback; Book
Best price: $52.00
Price in other shops: $113.00
Visual C# 2005 How to Program (2nd Edition) (How to Program) ImageVisual C# 2005 How to Program (2nd Edition) (How to Program)
by Harvey & Paul) Deitel & Associates
Prentice Hall; Published: 2005-12-25; Paperback; Book
Best price: $73.00
Price in other shops: $113.00
Similar Books and other products
LINQ in Action ImageLINQ in Action
by Fabrice Marguerie, Steve Eichert, Jim Wooley
Manning Publications; Published: 2008-02-04; Paperback; Book
Best price: $25.47
Price in other shops: $44.99
ASP.NET 3.5 Unleashed ImageASP.NET 3.5 Unleashed
by Stephen Walther
Sams; Published: 2008-01-07; Hardcover; Book
Best price: $32.83
Price in other shops: $59.99
Accelerated C# 2008 (Accelerated) ImageAccelerated C# 2008 (Accelerated)
by Trey Nash
Apress; Published: 2007-11-12; Paperback; Book
Best price: $22.35
Price in other shops: $39.99
Programming WCF Services (Programming) ImageProgramming WCF Services (Programming)
by Juval Lowy
O'Reilly Media, Inc.; Published: 2007-02-20; Paperback; Book
Best price: $25.65
Price in other shops: $44.99
Windows Presentation Foundation Unleashed (WPF) (Unleashed) ImageWindows Presentation Foundation Unleashed (WPF) (Unleashed)
by Adam Nathan
Sams; Published: 2006-12-31; Paperback; Book
Best price: $30.06
Price in other shops: $49.99
Pro WF: Windows Workflow in .NET 3.0 (Expert's Voice in .Net) ImagePro WF: Windows Workflow in .NET 3.0 (Expert's Voice in .Net)
by Bruce Bukovics
Apress; Published: 2007-02-16; Paperback; Book
Best price: $24.95
Price in other shops: $49.99
C# 3.0 Design Patterns ImageC# 3.0 Design Patterns
by Judith Bishop
O'Reilly Media, Inc.; Published: 2008-01-11; Paperback; Book
Best price: $18.95
Price in other shops: $39.99
Pro WPF in C# 2008: Windows Presentation Foundation with .NET 3.5, Second Edition (Books for Professionals by Professionals) ImagePro WPF in C# 2008: Windows Presentation Foundation with .NET 3.5, Second Edition (Books for Professionals by Professionals)
by Matthew MacDonald
Apress; Published: 2008-02-25; Paperback; Book
Best price: $34.95
Price in other shops: $54.99
Pro ASP.NET 3.5 in C# 2008, Second Edition (Windows.Net) ImagePro ASP.NET 3.5 in C# 2008, Second Edition (Windows.Net)
by Matthew MacDonald, Mario Szpuszta
Apress; Published: 2007-11-15; Paperback; Book
Best price: $20.93
Price in other shops: $59.99
Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition (Windows.Net) ImagePro C# 2008 and the .NET 3.5 Platform, Fourth Edition (Windows.Net)
by Andrew Troelsen
Apress; Published: 2007-11-12; Hardcover; Book
Best price: $38.36
Price in other shops: $59.99
Book store. Illustrated catalog of books on different categories