I never thought of it to begin with.
(except when asp MADE me).
I agree with Robert, C# is better than VB
Think of it this way Elad .... for string length n
in VB you can have 26^n combinations (letters only)
But in C# you can have 52^n = (26^n)*(2^n)
so 2^n times as many strings available to you ... that's gotta make it better
hasn't it ?