Quickest way to randomly re-order a LINQ collection?
I have a List I would like to re-order it so so they are in random order. What’s the quickest way to do this (by quickest, I mean least amount of code) If you want to randomly re-order in place you should shuffle the list, usage with an extension method is then a simple one-liner. This assumes
... [read more]
Submit a review:
Login required.