101 LINQ Samples


LINQ
Restriction Operators, Aggregate Operators, Conversion Operators, Element Operators, Generation Operators, Grouping Operators, Join Operators, Miscellaneous Operators, Ordering Operators, Partitioning Operators, Projection Operators, Quantifiers, Query Execution, Set Operators, Custom Sequence Operators
Data
en-US
4/26/2012
 101 LINQ SAMPLES
Learn how to use LINQ in your applications with these code samples, covering the entire range of LINQ functionality and demonstrating LINQ with SQL, DataSets, and XML.

Restriction Operators

Projection Operators

Partitioning Operators

Ordering Operators

Grouping Operators

Set Operators

Conversion Operators

Element Operators

Generation Operators

Quantifiers

Aggregate Operators

Miscellaneous Operators

Custom Sequence Operators

Query Execution

Join Operators


Sample index

LINQ - Restriction Operators
This sample shows different uses of Restriction Operators.
LINQ - Join Operators
This sample shows different uses of Join Operators
LINQ - Projection Operators
This sample shows different uses of Projection Operators
LINQ - Grouping Operators
This sample shows different uses of Grouping Operators
LINQ - Aggregate Operators
This sample shows different uses of Aggregate Operators
LINQ - Ordering Operators
This sample shows different uses of Ordering Operators
LINQ - Set Operators
This sample shows different uses of Set Operators.
LINQ - Query Execution
This sample shows different uses of Query Execution
LINQ - Partitioning Operators
This sample shows different uses of Partitioning Operators
LINQ - Element Operators
This sample shows different uses of Element Operators
LINQ - Quantifiers
This sample shows different uses of Quantifiers
LINQ - Conversion Operators
This sample shows different uses of Conversion Operators
LINQ - Miscellaneous Operators
This sample shows different uses of Miscellaneous Operators
LINQ - Custom Sequence Operators
This sample shows different uses of Custom Sequence Operators
LINQ - Generation Operators
This sample shows different uses of Generation Operators