C Sharp (C#) - LINQ Fundamentals
Given a list of students with properties
Name and Score, how do you sort the list first by Score descending, then by Name ascending using LINQ?