Wrong result for sorting list with two items and converting to upper case in C# – Asp.net
I have a class called person which contains id and name. And I have a list of person. I want to sort the list by Id. Then, sort those with the same ID by name and convert the name to…