December 12, 2023

LINQ: let Clause

In this post, let’s see what let is in LINQ query-syntax queries. I think it’s an overlooked feature in LINQ. Let’s consider the following query. IQueryable<string> wfhEmployees = from e in context.Employees                       &