Click here to Skip to main content
15,913,610 members

Survey Results

Visual Basic .NET: Your thoughts.   [Edit]

Survey period: 24 Feb 2003 to 2 Mar 2003

Is VB.NET a language you take seriously or do old prejudices from the VB6 days still hold sway?

OptionVotes% 
VB.NET, like VB6, is and always has been a respectable language.14512.64
VB.NET is a good language for the purpose it serves19617.09
VB.NET is no better or worse than C#17515.26
I don't like VB.NET, but I accept it.26022.67
VB.NET should be deprecated37132.35



 
GeneralRe: Nobody dares to throw the first stone? Pin
Christian Graus25-Feb-03 0:14
protectorChristian Graus25-Feb-03 0:14 
GeneralRe: Nobody dares to throw the first stone? Pin
Anonymous25-Feb-03 14:29
Anonymous25-Feb-03 14:29 
GeneralRe: Nobody dares to throw the first stone? Pin
Christian Graus26-Feb-03 9:37
protectorChristian Graus26-Feb-03 9:37 
GeneralRe: Nobody dares to throw the first stone? Pin
Christian Graus24-Feb-03 15:45
protectorChristian Graus24-Feb-03 15:45 
GeneralRe: Nobody dares to throw the first stone? Pin
Anthony_Yio24-Feb-03 15:56
Anthony_Yio24-Feb-03 15:56 
GeneralRe: Nobody dares to throw the first stone? Pin
Dejan Petrovic24-Feb-03 16:45
Dejan Petrovic24-Feb-03 16:45 
GeneralRe: Nobody dares to throw the first stone? Pin
Christian Graus24-Feb-03 15:43
protectorChristian Graus24-Feb-03 15:43 
GeneralRe: Nobody dares to throw the first stone? Pin
ROK_RShadow24-Feb-03 17:09
ROK_RShadow24-Feb-03 17:09 
Visual *Basic* .. its all in the title.. and sorry but

For counter = 1 to 100
{
Debug.WriteLine(counter.ToString);
}

or

For counter = 1 to 100
Debug.Writeline(counter.ToString)
Next counter


to me just doesn't look good.. it doesn't feel right.. get ride of the Debug.Writeline and it looks like QuickBasic.. hmm.. Visual Basic .. QuickBasic .. kind of sounds the same.. and anyways how it that loop suppose to do something like this

for(int i = 0; i < CMyClass.GetMaxCount(); i+=*4)
{
// do some cool stuff
}


GeneralRe: Nobody dares to throw the first stone? Pin
zenboy24-Feb-03 17:11
zenboy24-Feb-03 17:11 
GeneralHoly Crap!!! Pin
zenboy24-Feb-03 15:58
zenboy24-Feb-03 15:58 
GeneralRe: Holy Crap!!! Pin
Craig Kazial24-Feb-03 20:31
Craig Kazial24-Feb-03 20:31 
GeneralRe: Holy Crap!!! Pin
zenboy25-Feb-03 11:40
zenboy25-Feb-03 11:40 
GeneralRe: Nobody dares to throw the first stone? Pin
Michael P Butler24-Feb-03 22:17
Michael P Butler24-Feb-03 22:17 
GeneralRe: Nobody dares to throw the first stone? Pin
SimonS25-Feb-03 3:56
SimonS25-Feb-03 3:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.