You have a list of objects that you want to sort using LINQ. You want to sort by a primary and secondary key from the fields (properties or members) of the object. How do you do this? The answer is to do two sorts. The first by the secondary key and the second by the primary key. Here's a little test...
Continue reading "LINQ secondary sort using extension method syntax"