Icon of program: C# LINQ Tutorials

C# LINQ Tutorials for Android


Key Details of C# LINQ Tutorials

  • Language-Integrated Query (LINQ) is an innovation introduced in Visual Studio 2008 and .NET Framework version 3.5 that bridges the gap between...
  • Last updated on 6/28/2020
  • There have been 8 updates
  • Virus scan status:

    Clean (it's extremely likely that this software program is clean)


Enlarged image for C# LINQ Tutorials

Developer's Description

Language-Integrated Query (LINQ) is an innovation introduced in Visual Studio 2008 and .NET Framework version 3.5 that bridges the gap between...

Language-Integrated Query (LINQ) is an innovation introduced in Visual Studio 2008 and .NET Framework version 3.5 that bridges the gap between the world of objects and the world of data.Traditionally, queries against data are expressed as simple strings without type checking at compile time or IntelliSense support.

Furthermore, you have to learn a different query language for each type of data source: SQL databases, XML documents, various Web services, and so on. LINQ makes a query a first-class language construct in C# and Visual Basic. This app explains the use of LINQ for various data sources.

Sections Included:

- Basic LINQ Queries

- LINQ to SQL

- LINQ to Datasets

- LINQ to XML

- LINQ to XQuery

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.

- Facility provided to search the menu.

- LINQ Operations divided under categories and sub categories for better tracing.

Credits for the LINQ Samples:

- 101+ LINQ Examples in C# by Microsoft [https://code.msdn.microsoft.com/101-LINQ-Samples-3fb9811b]