C Sharp (C#) - LINQ Fundamentals
Given a list of employees with properties
Name and Department, how would you use GroupBy to create a dictionary where keys are departments and values are lists of employee names?