I use LINQ to Objects instructions on an ordered array. Which operations shouldn\'t I do to be sure the order of the array is not changed?
Any 'group by' or 'order by' will possibly change the order.