LINQ Mastery

Complete this assessment with 100% score to master this chapter.

01What is the main difference between IEnumerable and IQueryable?

02Which LINQ method would you use to flatten a 'List of Lists' into a single flat List?

03What is 'Deferred Execution' in LINQ?

04Which method should you use if you want exactly one item and expect an error if multiple are found?

05How do you perform a secondary sort in LINQ after an OrderBy?