Last Updated on January 30, 2021 by sandeeppote

These are some of the LINQ syntax for immediate query execution (more to add)-
1. ToList()

2. FirstOrDefault

3. Aggregate Methods (like Count(), Sum() etc.)

4. AsEnumerable()

As I said there are more to add, will keep updating as and when I find more methods.


Happy Coding!!!