November 2021
Intermediate to advanced
826 pages
20h 10m
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 items and then filter, sort, and project them into different outputs.
This chapter will cover the following topics:
Although we wrote a few LINQ expressions in Chapter 10, Working with Data Using Entity Framework Core, they weren't the focus, and so I didn't properly explain how LINQ works, so let's ...