Sort a list of objects by the value of a property [duplicate] September 16, 2023 by Tarik Use OrderBy of Linq function. See http://msdn.microsoft.com/en-us/library/bb534966.aspx cities.OrderBy(x => x.population);