Pro LINQ Language Integrated Query in C# 2010 /

LINQ is the part of the .NET Framework that provides a generic approach to querying data from different data sources. It has quickly become the next must-have skill for .NET developers. Pro LINQ: Language Integrated Query in C# 2010 is all about code. Literally, this book starts with code and ends w...

Full description

Bibliographic Details
Main Authors: Freeman, Adam (Author), Rattz, Joseph C. (Author)
Corporate Author: SpringerLink (Online service)
Format: Electronic eBook
Language:English
Published: Berkeley, CA : Apress, 2010.
Subjects:
Online Access:Full Text via HEAL-Link
Table of Contents:
  • Pro LINQ: Language Integrated Query in C# 2010
  • Hello LINQ
  • C# Language Enhancements for LINQ
  • LINQ to Objects
  • LINQ to Objects Introduction
  • Deferred Operators
  • Nondeferred Operators
  • LINQ to XML
  • LINQ to XML Introduction
  • The LINQ to XML API
  • LINQ to XML Operators
  • Additional XML Capabilities
  • LINQ to DataSet
  • LINQ to DataSet Operators
  • Additional DataSet Capabilities
  • LINQ to SQL
  • LINQ to SQL Introduction
  • LINQ to SQL Tips and Tools
  • LINQ to SQL Database Operations
  • LINQ to SQL Entity Classes
  • The LINQ to SQL DataContext
  • LINQ to SQL Concurrency Conflicts
  • Additional LINQ to SQL Capabilities
  • LINQ to Entities
  • LINQ to Entities Introduction
  • LINQ to Entities Operations
  • LINQ to Entities Classes
  • parallel LINQ
  • Parallel LINQ Introduction
  • Using Parallel LINQ
  • Parallel LINQ Operators.