Click here to Skip to main content
15,913,709 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
Navin24-Feb-03 10:50
Navin24-Feb-03 10:50 
GeneralRe: Nobody dares to throw the first stone? Pin
Ray Cassick24-Feb-03 11:05
Ray Cassick24-Feb-03 11:05 
GeneralRe: Nobody dares to throw the first stone? Pin
Jason McBurney24-Feb-03 11:10
Jason McBurney24-Feb-03 11:10 
GeneralRe: Nobody dares to throw the first stone? Pin
Anonymous24-Feb-03 13:57
Anonymous24-Feb-03 13:57 
GeneralRe: Nobody dares to throw the first stone? Pin
Chris Beckett24-Feb-03 19:44
Chris Beckett24-Feb-03 19:44 
GeneralRe: Nobody dares to throw the first stone? Pin
zenboy24-Feb-03 5:49
zenboy24-Feb-03 5:49 
GeneralRe: Nobody dares to throw the first stone? Pin
Aleksey Suvorov24-Feb-03 9:25
Aleksey Suvorov24-Feb-03 9:25 
GeneralRe: Nobody dares to throw the first stone? Pin
Ray Cassick24-Feb-03 9:34
Ray Cassick24-Feb-03 9:34 
Why is so important that 'one understands C based languages'?

I am really interested in this comment. Do poeple take C-like syntax as some 'be-all-end-all' solution to problems?

I get the feeling that you fols would not like VB even if it had ; and {}'s.

What the hell is the difference between:

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


...and...

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


I just don't get it.

- VBers only have to hit ENTER at the end of each line

- VBers don't have to play match the braces when they start to get into some deep nested situations. They have an 'END...' or a 'NEXT...' to help them

- VBers get a way better forms designer than C++ could ever hope for. (Everett not included here)

...as Ray steps out of the way of bottles and other projectiles that he knows will be tossed his way.........



Paul Watson wrote:
"At the end of the day it is what you produce that counts, not how many doctorates you have on the wall."

George Carlin wrote:
"Don't sweat the petty things, and don't pet the sweaty things."

GeneralRe: Nobody dares to throw the first stone? Pin
Nemanja Trifunovic24-Feb-03 9:57
Nemanja Trifunovic24-Feb-03 9:57 
GeneralRe: Nobody dares to throw the first stone? Pin
Ray Cassick24-Feb-03 10:07
Ray Cassick24-Feb-03 10:07 
GeneralRe: Nobody dares to throw the first stone? Pin
Nemanja Trifunovic24-Feb-03 10:26
Nemanja Trifunovic24-Feb-03 10:26 
GeneralRe: Nobody dares to throw the first stone? Pin
Ray Cassick24-Feb-03 11:07
Ray Cassick24-Feb-03 11:07 
GeneralRe: Nobody dares to throw the first stone? Pin
Anonymous24-Feb-03 14:11
Anonymous24-Feb-03 14:11 
GeneralRe: Nobody dares to throw the first stone? Pin
Christian Graus24-Feb-03 15:46
protectorChristian Graus24-Feb-03 15:46 
GeneralRe: Nobody dares to throw the first stone? Pin
Anonymous25-Feb-03 0:06
Anonymous25-Feb-03 0:06 
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 
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 

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.