LINQ gems: Indexed Select
Here's another LINQ gem, which is very useful if you plan to base your projection or filtering logic on the element's index in a sequence.
From the MSDN page for Enumerable.Select():
Projects each element of a sequence into a new form by incorporati...
mydevtricks.com4 min read
Deivydas Voroneckis
Would this work in Ef Core non client query evaluation?