Mid LINQ

Select employees with salary > 70,000 and only Name + Salary?

Combines filtering + projection using anonymous types.

More from LINQ Tutorial

All questions for this course