Helper method for sorting generic lists with nested types using LINQ
I was on the lookout for helper method for sorting generic list with nested types. I found the following blog entry very useful.
dotnetgurus.net/post/2009/10/03/Sorting-Generic-Lists-With-Nested-Types-Using-LINQ.aspx
However the link is not active now. So I thought of sharing you the code that I managed to create with the help of that link


We can use these 2 helper methods for sorting generic lists with nested types using LINQ
Cheers and happy coding
K.Anantha rengan