var sorted = from item in someList orderby item.Foo, item.Bar select item;