November 2024
Beginner to intermediate
828 pages
20h 20m
English
This chapter is about Language INtegrated Query (LINQ) expressions. LINQ is a set of language extensions that enable you 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 of items, they had to use procedural, ...
Read now
Unlock full access