I have a IEnumerable<T>
collection with Name and FullName as items in it. There are around 5000 items in it.
I want to display the FullNames sorted by its lenght, so first the longest name to the shortest name displays. How can I do it in most optimized manner?