Comments on: Back To Basics: Sorting https://simpleprogrammer.com/back-to-basics-sorting/ Fri, 13 Apr 2018 03:41:20 +0000 hourly 1 https://wordpress.org/?v=7.0 By: Erx https://simpleprogrammer.com/back-to-basics-sorting/#comment-477 Thu, 09 Dec 2010 15:47:53 +0000 https://simpleprogrammer.com/2010/12/07/back-to-basics-sorting/#comment-477 Just wanted to say perfect post and explanation. Also wanted to point out to the vb.net people that ORDERBY and DESENDING etc are all keywords in vb.net and you can use them out of the box with linq whereas in c# you cant and must use extension methods. Vb.net has about 4 times more reserved linq related keywords than c# so if you are using vb make sure you use them and look up the docs.

]]>
By: Pablonete https://simpleprogrammer.com/back-to-basics-sorting/#comment-476 Thu, 09 Dec 2010 15:01:34 +0000 https://simpleprogrammer.com/2010/12/07/back-to-basics-sorting/#comment-476 I’m reading and enjoying your basic serie. Go ahead.
I thing you forget another important question: where do I get the sorted list? With two options: the same list get sorted (Sort), or I get a new list sorted (OrderBy).
And one else: ThenBy vs chaining 2 or more OrderBy.

Greetings.

]]>