Miscellanea 13
Using Reflection to Determine whether an Type is Nullable And Get the underlying Type
A useful trick to know.
Random Number in C#, Be careful of some of the samples you find.
I've seen it time and time again; so many people don't realise that random number generators are not only not actually random, but can also generate the same numbers.
A useful trick to know.
Random Number in C#, Be careful of some of the samples you find.
I've seen it time and time again; so many people don't realise that random number generators are not only not actually random, but can also generate the same numbers.

Leave a comment