I don't think Microsoft has made that statement.
True, but very limited use in a managed language
I agree with both the above for the most part, but I have used
pointers in C# before. Of course, that was when I was working on a
port of the venerable ncurses lib to mono
Debatable ... case sensitivity and curly brackets are not condusive to
human readability, so it can be argued VB.NET code is cheaper to maintain
;-)
Case sensivity rocks. In fact, the non-case sensitive nature of VB is
primarily why I don't use it. I have to use stupid prefixes, like _,
to differentiate member variables from properties, etc. Drives me
nuts. Besides, if you ask me since VS 2005, I find the C# editor MORE
productive then the VB.NET editor. There's nothing more obnoxious
then that stupid background compile VB.NET is always doing. Sure, it
gives you "instant" feed back for some kinds of syntax errors - but,
it sure can bring the system to a halt on a large project.