C Sharp (C#) - LINQ Fundamentals
Given a list of products with properties
Name and Category, how would you use GroupBy in C# to create a dictionary where keys are categories and values are lists of product names?