Linq 简明教程

LINQ Tutorial

LINQ 的缩写是语言集成查询。Microsoft 的查询语言完全集成,并提供从内存对象、数据库、XML 文档等轻松访问数据的功能。LINQ 通过一组扩展将查询很好地集成到 C# 和 Visual Basic 中。本教程使用充足的示例和编码提供对 LINQ 的全面见解。整个教程被分成多个主题,其中包含子主题,初学者可以逐步学习 LINQ 的更复杂主题。

The acronym LINQ stands for Language Integrated Query. Microsoft’s query language is fully integrated and offers easy data access from in-memory objects, databases, XML documents, and many more. It is through a set of extensions, LINQ ably integrates queries in C# and Visual Basic. This tutorial offers a complete insight into LINQ with ample examples and coding. The entire tutorial is divided into various topics with subtopics that a beginner can be able to move gradually to more complex topics of LINQ.

Audience

本教程的目的是为热衷学习的初学者提供对 LINQ 的轻松理解。

The aim of this tutorial is to offer an easy understanding of LINQ to the beginners who are keen to learn the same.

Prerequisites

在继续之前,有必要对 C# 和 Visual Basic 中的 .NET 有一些基本了解。

It is essential before proceeding to have some basic knowledge of C# and Visual Basic in .NET.