By tag: Random
0
kicks
Randomizing Enumerables via Extension Methods
Randomize all the values in an IEnumerable or choose a random value using extension methods and LINQ, enumerating the collection only once.
0
kicks
Some Thoughts About Random Generation
Generating string values is a type of random value generation which is more common than the past in the modern programming scenarios. However, there are several ways to generate random integers and strings based on your development platform and your requirements.
0
kicks
Selecting Random Records With SQL
Have you ever wanted to be able to SELECT a random record or records from a database table, but was unsure how to do it with SQL, instead of through code?
Fortunately there is a way to do it in SQL Server (and MySQL, PostgreSQL, Oracle, DB2, SQLite, and yes, even your favourite, MS Access), and ...
0
kicks
Cool WPF Note taker application
This is a cool WPF created application for note taking. No more sticky notes
0
kicks
Random (and fake) surname generator
Answering a code challenge by Jon Galloway (also here in DotNetKicks) to generate random surnames, here's my solution. Feel free to use it for your grid or database needs !