LINQ for Visual C♯ 2008 /
Every C♯ programmer needs to learn about LINQ (Language-Integrated Query), Microsoft's breakthrough technology for simplifying and unifying data access from any data source. With LINQ, you can write more elegant and flexible code-not just to access databases and files, but to manipulate data st...
Saved in:
Main Author: | |
---|---|
Format: | eBook |
Language: | English |
Published: |
Berkeley, CA :
Apress : Distributed to the Book trade by Springer,
©2008.
|
Series: | FirstPress.
|
Subjects: | |
Online Access: | CONNECT CONNECT |
Table of Contents:
- Ch. 1. LINQ to Objects
- A Simple C♯ 3.0 LINQ to Objects Program
- Extension Methods
- Lambda Expressions
- Expression Trees
- Object Initialization Expressions
- Anonymous Types
- Implicitly Typed Local Variables
- Query Evaluation Time
- Standard Query Operators
- Ch. 2. LINQ to ADO.NET
- Database Interaction
- DataContext: Advanced Features
- Other LINQ to SQL Features
- LINQ to SQL in Visual Studio 2008
- LINQ to DataSet
- Ch. 3. LINQ to XML
- Querying XML
- Creating and Modifying XML Documents.