Advanced LINQ Techniques for Filtering and Simplification
Learn about filtering entities, targeting a named method, and lambda expression.
Filtering entities with Where
The most common reason for using LINQ is to filter items in a sequence using the Where
extension method. Let’s explore filtering by defining a sequence of names and then applying LINQ operations to it:
Step 1: In the project file, add an element to remove the System.Linq
namespace from automatically being imported globally, as shown in the following markup:
Get hands-on with 1400+ tech skills courses.