November 2023
Beginner to intermediate
828 pages
20h 28m
English
This chapter is about Language INtegrated Query (LINQ) expressions. LINQ is a set of language extensions that add the ability to work with sequences of data and then filter, sort, and project them into different outputs.
This chapter will cover the following topics:
The first question we need to answer is a fundamental one: why does LINQ exist?
LINQ was introduced in 2008 with C# 3 and .NET Framework 3. Before that, if a C# and .NET programmer wanted to process a sequence ...
Read now
Unlock full access