I have this List<string>:
List<string>
IList<string> ListaServizi = new List<string>();
How can I order it alphabetically and ascending?
ListaServizi = ListaServizi.OrderBy(q => q).ToList();
1.4m articles
1.4m replys
5 comments
57.0k users