Monday, June 1, 2015

LINQ (Index)

LINQ

LINQ Operators

  • Restriction Operators
    • Where Condition
  • Projection Operators
    • Simple Select
    • Compound Select
    • SelectMany - Compound
    • SelectMany - Indexed
  • Partitioning Operators
    • Take
    • Skip
    • TakeWhile
    • SkipWhile
  • Ordering Operators
    • OrderBy
    • OrderByDescending
    • ThenBy
    • ThenByDescending
  • Grouping Operators
  • Set Operators
    • Distinct
    • Union
    • Intersect
    • Except
  • Conversion Operators
    • ToArray
    • ToList
    • ToDictionary
    • OfType
  • Element Operators
    • First
    • FirstOrDefault
    • ElementAt
  • Generation Operators
    • Range
    • Repeat
  • Quantifiers
    • Any
    • All
  • Aggregate Operators
    • Count
    • Sum
    • Min
    • Max
    • Average
    • Aggregate
  • Miscellaneous Operators
    • Concat
    • EqualAll
  • Join Operators
    • Cross Join
    • Group Join
    • Cros Join with Group Join
    • Left Outer Join

Advance LINQ

  • Hello LINQ
  • C# Language Enhancements for LINQ
  • LINQ to Objects Introduction
  • Deferred Operators
  • Nondeferred Operators
  • LINQ to XML Introduction
  • The LINQ to XML API
  • LINQ to XML Operators
  • Additional XML Capabilities
  • LINQ to DataSet Operators
  • Additional DataSet Capabilities
  • LINQ to SQL Introduction
  • LINQ to SQL Tips and Tools

Additional Topics

No comments:

Post a Comment