LINQ Quick Reference with C#

Abhimanyu K Vatsa

This book is a basic introduction to LINQ with C# with Practical Implementation for beginners.

  • Published on Oct 22 2013
  • Pages 31
  • Downloaded 43.4k
  • Type PDF
Download
    • Like
    • Love It
    • Awesome
    • Interesting
    • It's Okay
    • Thumbs Down
  • 89.9k
  • 0

This book is a basic introduction to LINQ (Language Integrated Query) basically for beginners who want to learn complete basic with example of LINQ.

Table of Contents

  1. Basic Introduction to LINQ
    • What is LINQ
    • Benefits of LINQ
    • Alder Approach.
  2. Examples related to LINQ
    • LINQ to Array
    • LINQ to XML.
  3. Generic Collections in LINQ
  4. Demo Project explores LINQ queries
  5. Selecting Data using LINQ
  6. Query Operations in LINQ
    • Filter
    • Order
    • Group
    • Join
  7. Joining Multiple Data-Sources using “Concate” Key in LINQ
  8. Customizing LINQ’s “Select” Statement
  9. Transforming Data source objects into XML using LINQ
  10. Performing Calculation in LINQ
  11. LINQ Query Syntax and Method Syntax