This LINQ tutorial explains how to use LINQ orderby clause to sort results in VB.NET.
Sometimes Web developers have to sort the returned data. The LINQ orderby clause sorts the elements in the returned sequence according to the default comparer for the type being sorted. For example, the following query can be extended to sort the [...]