Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Violet Nelson   on Jun 06 In Asp.net Category.

  
Question Answered By: Raul Clark   on Jun 06

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 ?

Share: