Quote Originally Posted by eyeRmonkey
Like I said, we have to pick a .NET language because that is the what is available to us. That brings the choices down to C# or VB .NET.
i would go with C#, simply because the code is easier to read (i find it harder to read code that doesnt have the ';' at the end of the line). Also, the syntax for conditional/loop statements is much nicer than VB.