Wednesday 4 March 2015

LINQ Quick Reference with C# ebook free download

LINQ Quick Reference with C# ebook free download

Category
      Programming
Language
      C#
LINQ Quick Reference with C# ebook free download
LINQ Quick Reference with C# ebook free download

Introduction:
This book is a basic introduction to LINQ (Language Integrated Query) LINQ Quick Reference with C# ebook free download basically for beginners who want to learn complete basic with example of LINQ.LINQ Quick Reference with C# ebook free download
In short, Language-Integrated Query (LINQ) is the name for a set of technologies based on the integration of query capabilities directly into the C# language (also in Visual Basic and potentially any other .NET language). LINQ is a technique used to retrieve data from any object that implements the IEnumerable<T> interface. In LINQ, arrays, collections, relational data, and XML are all potential data sources and we can query over it to get only those data that meets our criteria and all is done using C# and VB. At Microsoft's PDC (Professional Developers Conference) 2005, Anders Hejlsberg and his team presented the LINQ approach and its components released with the .NET 3.5 Framework.LINQ Quick Reference with C# ebook free download


Topics:
1. Basic Introduction to LINQ
    1.1 What is LINQ
    1.2 Benefits of LINQ
    1.3 Alder Approach.
2. Examples related to LINQ
    2.1 LINQ to Array
    2.2 LINQ to XML.
3. Generic Collections in LINQ
4. Demo Project explores LINQ queries
5. Selecting Data using LINQ
6. Query Operations in LINQ
    6.1 Filter
    6.2 Order
    6.3 Group
    6.4 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
LINQ Quick Reference with C# ebook free download

Share this post
  • Share to Facebook
  • Share to Twitter
  • Share to Google+
  • Share to Stumble Upon
  • Share to Evernote
  • Share to Blogger
  • Share to Email
  • Share to Yahoo Messenger
  • More...

0 comments:

Post a Comment