(PDF 英文版)
by Satheesh, N Kumar
Paperback: 252 pages
Publisher: Packt Publishing (November 24, 2007)
ISBN-10: 1847192548
ISBN-13: 978-1847192547
LINQ to Objects
LINQ to XML
LINQ to SQL
LINQ to DataSets
LINQ to XSD
What you will learn from this book:
Overview of new features for LINQ in .NET 3.0—partial methods, expressions, anonymous types, initializers, and implicitly typed local variables
Accessing in-memory data structures using LINQ—lists, arrays, and dictionaries
Directly querying the collections and filtering the required values without using powerful filtering, ordering, and grouping capabilities
Creating and manipulating XML data through .NET using XElement and XAttribute
Creating and navigating XML trees using Functional Construction
Importing and exporting data from dictionaries, databases, objects, and CSV files
Creating and manipulating the database objects using the DataContext object
Working with stored procedures, user-defined functions, handling concurrency conflicts, and transactions during database updates
Working with .NET framework data providers and DataSets
Using DataSet for easier and faster querying of cached data
Working with typed and un-typed XML trees using XSD
Examining standard query operators provided by LINQ and using them to query data sources
Implementing your own standard query operators
Building an ASP.NET web application
详细介绍,源码在此:http://www.packtpub.com/linq-quick-starter/book
(附件包含源码)