Click here to Skip to main content
15,913,685 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
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 
GeneralRe: Nobody dares to throw the first stone? Pin
Nemanja Trifunovic24-Feb-03 9:57
Nemanja Trifunovic24-Feb-03 9:57 
Ray Cassick wrote:
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); }


OMG | :OMG:

you mean
<br />
for (i = 0; i < 100; ++i) // counter????? you must be kidding<br />
        Debug.WriteLine(i.ToString);<br />


Ray Cassick wrote:
- VBers only have to hit ENTER at the end of each line
Lucky you. It is sooo hard to put a semicolon at the end of each statement.

Ray Cassick wrote:
- 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
You should try LISP if you think C braces are complicated to match.


Ray Cassick wrote:
VBers get a way better forms designer than C++ could ever hope for. (Everett not included here
True. However, that has nothing to do with the language.

Here is what I hate with VB:

<br />
Dim i As Integer<br />

vs
<br />
int i;<br />


And now when you finally have inheritence, you need to use Inherits instead of a colon, etc. And you claim that VB is productive Dead | X|
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 
GeneralRe: Holy Crap!!! Pin
Craig Kazial24-Feb-03 20:31
Craig Kazial24-Feb-03 20:31 

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.