logo
logo
Sign in

LINQ Tutorial | LINQ Tutorial For Beginners

avatar
Amir

Language-Integrated Query (LINQ) is a set of extensions methods on the top of the .NET Framework. LINQ allows a developer to query data from different data sources (like collections, RDBMS, XML) by using a uniform API and syntax. LINQ stands for "Language Integrated Query" and pronounced as "LINK". LINQ tutorial was introduced with .NET Framework 3.5 including Visual Studio 2008, C# 3.0 and VB.NET 2008 (VB 9.0). It enables you to query the data from the various data sources like SQL databases, XML documents, ADO.NET Datasets, Web services and any other objects such as Collections, Generics etc. by using a SQL Query like syntax with .NET framework languages like C# and VB.NET.

collect
0
avatar
Amir
guide
Zupyak is the world’s largest content marketing community, with over 400 000 members and 3 million articles. Explore and get your content discovered.
Read more