C Sharp (C#) - LINQ Fundamentals
You have a list of
Product objects with properties Name (string) and Price (decimal). How do you create a dictionary with product names as keys and prices as values, but only include products costing more than 50 using LINQ?