With Order By (orderby in C#, without the space that VB.NET uses) you can sort the items in
the result collection. Order By is followed by an optional Ascending or Descending (ascending
and descending in C#) keyword to specify sort order. You can specify multiple criteria by separating
them with a comma. The following query returns a list of genres, fi rst sorted by SortOrder in
descending order, then sorted on their Name in ascending order (the default):