 |
LINQ in Action
Read an excerpt:
Table of Contents
Bonus Chapter 14: Working with LINQ and DataSets
Excerpt provided courtesy of Manning Publications. Copyright © Manning Publications Co. Written permission from the publisher is required for any use of this material.
|
Be the First to Write a Review and tell the world about this title!People who purchase this book frequently purchase: - ASP.NET AJAX in Action; Alessandro Gallo, et al, $27.95, 38% Off!
- Pro LINQ: Language Integrated Query in C# 2008; Joseph C. Rattz Jr., $27.50, 39% Off!
- Professional ASP.NET 3.5: in C# and VB; Bill Evjen, et al, $34.50, 37% Off!
- Programming Microsoft ASP.NET 3.5; Dino Esposito, $32.95, 45% Off!
Books on similar topics, in best-seller order:Books from the same publisher, in best-seller order:
LINQ, 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. Adding to its power, LINQ is extensible and
can be used to query various data sources. It 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 who want to use LINQ. This book explores what can be done with LINQ,
shows you 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 navigate this new world of
lambda expressions, query operators, and expression trees. You’ll also
explore the new features of C# 3.0, VB.NET 9.0. The book is very practical,
anchoring each new idea with running code.
You will discover all the basics needed to get a clear understanding of LINQ.
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. This includes 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.
What's Inside
- Introduction to LINQ in C# and VB.NET
- How to query objects in memory
- Manipulating XML with LINQ
- Mapping objects to relational databases
- Extending LINQ
- Common scenarios
LINQ in Action is for developers with a working knowledge of the .NET
Framework and C# or VB.NET.
About the Authors
Fabrice Marguerie is a software architect and developer based in Paris,
France. Fabrice is a C# MVP and has been working with LINQ from the first prototypes.
Steve Eichert is a Senior 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 annoucement in 2005. He leads the Atlanta VB Study
Group and serves as INETA Membership Manager for the Georgia region.
|
 |