Error!
Success!

By tag: Random

showing:  of
0
kicks

Randomizing Enumerables via Extension Methods  (Unpublished)

Randomize all the values in an IEnumerable or choose a random value using extension methods and LINQ, enumerating the collection only once.


Kicked By:
Drop Kicked By:
0
kicks

Some Thoughts About Random Generation  (Unpublished)

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.


Kicked By:
Drop Kicked By:
0
kicks

Selecting Random Records With SQL  (Unpublished)

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 ...


Kicked By:
Drop Kicked By:
0
kicks

Cool WPF Note taker application  (Unpublished)

This is a cool WPF created application for note taking. No more sticky notes


Kicked By:
Drop Kicked By:
0
kicks

Random (and fake) surname generator  (Unpublished)

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 !


Kicked By:
Drop Kicked By: