LINQ (Language Integrated Query) is a technology created by [[Microsoft]], first introduced in version 3.0 of the .NET framework. It was designed to bridge the gap between data and programming by introducing a SQL-style language format to the .NET framework.
+
'''LINQ''' (Language Integrated Query) is a technology created by [[Microsoft]], first introduced in version 3.0 of the .NET framework. It was designed to bridge the gap between data and programming by introducing a SQL-style language format to the .NET framework.
LINQ can use either Lambda expressions or comprehension syntax. For example, given a collection of strings in C#:
LINQ can use either Lambda expressions or comprehension syntax. For example, given a collection of strings in C#: