LINQ in Action

Publisher: Manning Publications Company
Author: Jim Wooley
ISBN: 1933988169
Release Date: 15 January 2008
eBook 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.
Related posts:
- NHibernate in Action Publisher: Manning Publications CompanyAuthor: ArrayISBN: 1932394923Release Date: 10 June 2009...
- ASP.NET MVC in Action Publisher: Manning Publications CompanyAuthor: Jeffrey Palermo,Ben Scheirman,Jimmy BogardISBN: 1933988622Release Date:...
- Microsoft SQL Server 2008 Bible Publisher: John Wiley and SonsAuthor: Paul Nielsen,Uttam ParuiISBN: 0470257040Release Date:...
- Data Mining with Microsoft SQL Server 2008 Publisher: John Wiley and SonsAuthor: Jamie MacLennan,ZhaoHui Tang,Bogdan CrivatISBN: 0470277742Release...
- Expert VB 2008 Business Objects Publisher: ApressAuthor: Rockford Lhotka,Joe FallonISBN: 1430216387Release Date: 16 March 2009...
- Oracle SQL Recipes: A Problem-Solution Approach Publisher: ApressAuthor: Grant Allen,Bob Bryla,Darl KuhnISBN: 1430225092Release Date: 18 November...
- Spring Persistence with Hibernate Publisher: Packt PublishingAuthor: Ahmad SeddighiISBN: 1849510563Release Date: 25 November 2009...
- Beginning CouchDB Publisher: ApressAuthor: Joe LennonISBN: 1430272376Release Date: 15 December 2009 eBook...
- Pro ASP.NET Extensibility (Expert’s Voice in .Net) Publisher: ApressAuthor: Joerg KrauseISBN: 1430219831Release Date: 04 August 2009 eBook...
- Beginning XSLT and XPath: Transforming XML Documents and Data (Wrox Programmer to Programmer) Publisher: Wrox PressAuthor: Ian WilliamsISBN: 0470477253Release Date: 08 September 2009...
thank for your post