Questions
- Name some ways to improve LINQ performance.
- What is wrong with using the
let
keyword in a LINQ query? - What is the best way to improve the performance of a
Group By
query? - What performs better, closures with parameters, or closures without parameters?