✅Shuffling db results using LINQ.
Is there a way to shuffle db results using linq?
I've tried copying some code from online using .orderby(...) but it doesnt seem to work.
I have this code that returns all words from a db, shuffles them all then returns just the first x but it's horribly inefficient.
I've tried copying some code from online using .orderby(...) but it doesnt seem to work.
I have this code that returns all words from a db, shuffles them all then returns just the first x but it's horribly inefficient.