Learn how to do Things in C# (Techniques plus Code)
This is a collection of programming techniques in C#.
How To Generate Long Passwords Easily in C#
A Winforms utility to demonstrate how to generate long (and reasonably secure) passwords in C#.
A Winforms utility to demonstrate how to generate long (and reasonably secure) passwords in C#.
How do I do High Resolution Timing in C# on Windows?
Learn how to time events in C# with microsecond accuracy using the built in fast counter in Windows. This article provides code plus an explanation of how to do the timing.
Learn how to time events in C# with microsecond accuracy using the built in fast counter in Windows. This article provides code plus an explanation of how to do the timing.
How do I Write a SuperMarket Checkout Simulation?
Learn how to write a simple SuperMarket checkout simulation
Learn how to write a simple SuperMarket checkout simulation
How Do I Roll Dice in C#?
Want to learn how to simulate dice rolls in C#? Need a bit of background to Random Numbers? See What is a Random number?
Want to learn how to simulate dice rolls in C#? Need a bit of background to Random Numbers? See What is a Random number?
