I am writing a logfile reader for our clients to use on their websites.
To that end, I create a single list composed of the various files that they want to view. and then use LINQ to query the list and build the pages. I will use LINQ to get the top x number of browsers and then want to have all of the others included as others. This is what I need help with. I do not know how to get the count of the records that are not in the top x.