Created
April 25, 2017 23:18
-
-
Save shalakolee/98bc198dc7085cfb59f1c21719587f12 to your computer and use it in GitHub Desktop.
Best way to select random records with LINQ (vb.net)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dim random = MyList.OrderBy(Function(x) Guid.NewGuid()).Take(15) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment