send link to app

Linq Tutorial


4.4 ( 7904 ratings )
Bildung Bücher
Entwickler Konda Velpula
Frei

Language-Integrated Query (LINQ) ,which is descriptive for where it’s used and what it does.The Language Integrated part means that LINQ is part of programming language syntax. In particular, both C# and VB are languages that ship with .NET and have LINQ capabilities.

LINQ is used for querying data. Notice that I used the generic term “data” and didn’t indicate what type of data. That’s because LINQ can be used to query many different types of data, including relational, XML, and even objects. Another way to describe LINQ is that it is programming language syntax that is used to query data.

Features:

- No Internet connection required - All Contents of this tutorial can be accessed offline
- Sample Codes/ Output provided for each section with a short description.
- LINQ Operations divided under categories and sub categories for better tracing.
- Detail explanation on LINQ Standard Query Classification