C Sharp Syntax - LINQ

LINQ

This is a feature of C# 3.0 and .NET Framework 3.0.

LINQ, short for Language Integrated Queries, is a .NET Framework feature which simplifies the handling of data. Mainly it adds support that allows you to query arrays, collections, and databases. It also introduces binders, which makes it easier to access to databases and their data.

Read more about this topic:  C Sharp Syntax