Click here to Skip to main content
15,914,488 members

Survey Results

Do you use Visual Basic?   [Edit]

Survey period: 28 Aug 2006 to 3 Sep 2006

One for our VB brothers and sisters. Do you use it, and if so, how?

OptionVotes% 
I use Visual Basic .NET but not VB645020.83
I am moving from VB6 to VB.NET and will soon drop VB61054.86
I use both VB6 and VB.NET, depending on the project24011.11
I use VB6 but am planning on using VB.NET783.61
I use VB6 but not VB.NET1677.73
I don't use Visual Basic at all1,12051.85



 
GeneralLearning VB.NET in college Pin
Rei Miyasaka22-Sep-06 11:04
Rei Miyasaka22-Sep-06 11:04 
GeneralTests Pin
uno freeware1-Sep-06 6:46
uno freeware1-Sep-06 6:46 
Did any of you ever made some data structure and got it programmed both languages to test?

I did.

this is not gonna be a long enough post to discuss this, by the way
i testes tructures like search trees, graphs, dictionaries.
Those were basic iplementations and the port was made almost line per line.
each structure did perform very almost the same, some even did a touch better in vb than c#.

This, until i came to the compact directed acyclic graph or some reason
i felt myself very ad makin this one vb style.
differently from the tests, this one have a different implementation on c# than the one i tested with vb, so what's the point? the point is this test is valid because there was no way at all tha i could program the same behaviour in vb.net since it made use in C# of the unsafe keyword to directly manipulate pointers, one thing vb.net will not do ANYWAY.

C# with unsafe did perform better specially on the memory usage size.

so my final opinion is c# or vb.net esteticlly, grammar, it's obviously a programmer choice, since i do program faster with the vb.net because of the autocompletion and case sensitivity, i will find c# a logic choice for me only if using c# I will use it in ways that give me REAL advantages, wich is by the truth not so common.

my previous post on the un safe was ruined...


<- true inside to understand outside ->

GeneralVB 9 looks interesting Pin
Tomas Petricek1-Sep-06 5:43
Tomas Petricek1-Sep-06 5:43 
GeneralVB is the best programming language available... Pin
Duncan Edwards Jones1-Sep-06 5:04
professionalDuncan Edwards Jones1-Sep-06 5:04 
GeneralRe: VB is the best programming language available... Pin
toxcct2-Sep-06 1:14
toxcct2-Sep-06 1:14 
GeneralRe: VB is the best programming language available... Pin
adrianmurillo5-Sep-06 10:16
adrianmurillo5-Sep-06 10:16 
GeneralRe: VB is the best programming language available... Pin
mav.northwind2-Sep-06 6:46
mav.northwind2-Sep-06 6:46 
GeneralRe: VB is the best programming language available... Pin
Duncan Edwards Jones2-Sep-06 7:53
professionalDuncan Edwards Jones2-Sep-06 7:53 
GeneralRe: VB is the best programming language available... Pin
Rei Miyasaka22-Sep-06 10:23
Rei Miyasaka22-Sep-06 10:23 
GeneralOne advantage of VB.NET over C# Pin
Xiangyang Liu 刘向阳1-Sep-06 4:32
Xiangyang Liu 刘向阳1-Sep-06 4:32 
GeneralRe: One advantage of VB.NET over C# Pin
Colin Angus Mackay1-Sep-06 5:03
Colin Angus Mackay1-Sep-06 5:03 
GeneralRe: One advantage of VB.NET over C# [modified] Pin
Xiangyang Liu 刘向阳1-Sep-06 6:44
Xiangyang Liu 刘向阳1-Sep-06 6:44 
GeneralRe: One advantage of VB.NET over C# Pin
eggsovereasy1-Sep-06 10:15
eggsovereasy1-Sep-06 10:15 
GeneralRe: One advantage of VB.NET over C# Pin
Gammill1-Sep-06 19:36
Gammill1-Sep-06 19:36 
GeneralRe: One advantage of VB.NET over C# Pin
Xiangyang Liu 刘向阳2-Sep-06 16:23
Xiangyang Liu 刘向阳2-Sep-06 16:23 
GeneralRe: One advantage of VB.NET over C# Pin
Rei Miyasaka22-Sep-06 10:25
Rei Miyasaka22-Sep-06 10:25 
GeneralRe: One advantage of VB.NET over C# Pin
Pablo Aliskevicius1-Nov-06 18:45
Pablo Aliskevicius1-Nov-06 18:45 
GeneralRe: One advantage of VB.NET over C# Pin
Rei Miyasaka2-Nov-06 8:59
Rei Miyasaka2-Nov-06 8:59 
GeneralFunctianally equivalent???? unsafe... Pin
uno freeware31-Aug-06 19:10
uno freeware31-Aug-06 19:10 
GeneralRe: Functianally equivalent???? unsafe... Pin
NormDroid31-Aug-06 20:32
professionalNormDroid31-Aug-06 20:32 
GeneralRe: Functianally equivalent???? unsafe... Pin
uno freeware1-Sep-06 5:38
uno freeware1-Sep-06 5:38 
GeneralRe: Functianally equivalent???? unsafe... Pin
uno freeware1-Sep-06 5:39
uno freeware1-Sep-06 5:39 
GeneralOh no, Not again. Pin
Nigel Shaw31-Aug-06 11:45
Nigel Shaw31-Aug-06 11:45 
GeneralRe: Oh no, Not again. Pin
Nigel Shaw31-Aug-06 11:52
Nigel Shaw31-Aug-06 11:52 
GeneralRe: Oh no, Not again. Pin
Chris Maunder31-Aug-06 14:00
cofounderChris Maunder31-Aug-06 14:00 

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.