how to remove duplicate rows from list in c# using linq code example Example: c# linq remove duplicate items from list of integer List<int> distinct = list.Distinct().ToList();