I have an IQueryable with duplicate entries and I want to sort this IQueryable by the count of occurrences.
I currently have an IQueryable of Questions. In my Question object I have and "id" and a "parentId" which can be used to create a hierarchy. Currently, I bind a RadTreeView to the IQueryable of ...