How to Loop through IEnumerable List and if there are any duplicates, sum a value each duplicate has and remove the duplicates in ASP.Net MVC C#
I have an inventory usage page that is populated with a list of items I've used over the course of a certain period of time (like a month or so). There's a good amount of items that are duplicates and…