I\'ve been using LINQ for a while now, but seem to be stuck on something with regards to Unique items, I have the folling list:
List stock = new Lis
var kitchenAppliances = stocks.Where(stock => stock.Type == "Kitchen Appliance");