C Sharp (C#) - LINQ Fundamentals
Which of the following is the correct syntax to order a list of strings alphabetically using LINQ method syntax?
OrderBy sorts elements in ascending order based on a key selector.list.OrderBy(s => s) sorts strings alphabetically by themselves.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions