var sorted = someList.OrderBy( _ => _.Foo ).ThenBy( _ => _.Bar );