Click here to Skip to main content
15,916,412 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
JokeRe: Doing a little VB coding currently Pin
Richard Deeming19-Jun-15 3:42
mveRichard Deeming19-Jun-15 3:42 
GeneralRe: Doing a little VB coding currently Pin
Slacker00719-Jun-15 3:43
professionalSlacker00719-Jun-15 3:43 
GeneralRe: Doing a little VB coding currently Pin
GenJerDan19-Jun-15 4:00
GenJerDan19-Jun-15 4:00 
GeneralRe: Doing a little VB coding currently Pin
ZurdoDev19-Jun-15 4:01
professionalZurdoDev19-Jun-15 4:01 
GeneralRe: Doing a little VB coding currently Pin
Kevin Marois19-Jun-15 4:07
professionalKevin Marois19-Jun-15 4:07 
GeneralRe: Doing a little VB coding currently Pin
ZurdoDev19-Jun-15 4:08
professionalZurdoDev19-Jun-15 4:08 
GeneralRe: Doing a little VB coding currently Pin
Richard Deeming19-Jun-15 4:21
mveRichard Deeming19-Jun-15 4:21 
GeneralRe: Doing a little VB coding currently Pin
ZurdoDev19-Jun-15 4:28
professionalZurdoDev19-Jun-15 4:28 
Richard Deeming wrote:
End If, End While, End Function

First off, Visual Studio adds those for you so you don't have to type them anyway.
Secondly, I've seen c# code that ended with a bunch of } and the coder had to comment with // end if and // end foreach etc, etc, because of so many } together you couldn't tell what was what.

Yet c# always needs a ";" and always needs (). You gave a couple of examples in VB but c# has extra syntax on nearly every single line. VB compiler does way more for you. Much less typing in VB.
There are only 10 types of people in the world, those who understand binary and those who don't.

GeneralRe: Doing a little VB coding currently Pin
Richard Deeming19-Jun-15 4:35
mveRichard Deeming19-Jun-15 4:35 
GeneralRe: Doing a little VB coding currently Pin
ZurdoDev19-Jun-15 4:38
professionalZurdoDev19-Jun-15 4:38 
GeneralRe: Doing a little VB coding currently Pin
Richard Deeming19-Jun-15 4:48
mveRichard Deeming19-Jun-15 4:48 
GeneralRe: Doing a little VB coding currently Pin
ZurdoDev19-Jun-15 4:49
professionalZurdoDev19-Jun-15 4:49 
GeneralRe: Doing a little VB coding currently Pin
Kevin Marois19-Jun-15 4:07
professionalKevin Marois19-Jun-15 4:07 
GeneralRe: Doing a little VB coding currently Pin
W Balboos, GHB19-Jun-15 3:17
W Balboos, GHB19-Jun-15 3:17 
GeneralRe: Doing a little VB coding currently Pin
MarkTJohnson19-Jun-15 3:35
professionalMarkTJohnson19-Jun-15 3:35 
GeneralRe: Doing a little VB coding currently Pin
Colin Mullikin19-Jun-15 3:52
professionalColin Mullikin19-Jun-15 3:52 
GeneralRe: Doing a little VB coding currently Pin
Kevin McFarlane19-Jun-15 4:07
Kevin McFarlane19-Jun-15 4:07 
GeneralRe: Doing a little VB coding currently Pin
Colin Mullikin19-Jun-15 4:24
professionalColin Mullikin19-Jun-15 4:24 
GeneralRe: Doing a little VB coding currently Pin
Kevin McFarlane19-Jun-15 7:57
Kevin McFarlane19-Jun-15 7:57 
GeneralRe: Doing a little VB coding currently Pin
Colin Mullikin19-Jun-15 8:05
professionalColin Mullikin19-Jun-15 8:05 
GeneralRe: Doing a little VB coding currently Pin
Kevin McFarlane19-Jun-15 8:31
Kevin McFarlane19-Jun-15 8:31 
GeneralRe: Doing a little VB coding currently Pin
RossMW19-Jun-15 10:25
professionalRossMW19-Jun-15 10:25 
GeneralRe: Doing a little VB coding currently Pin
MarkTJohnson19-Jun-15 4:47
professionalMarkTJohnson19-Jun-15 4:47 
GeneralRe: Doing a little VB coding currently Pin
kmoorevs19-Jun-15 6:00
kmoorevs19-Jun-15 6:00 
GeneralRe: Doing a little VB coding currently Pin
Colin Mullikin19-Jun-15 8:08
professionalColin Mullikin19-Jun-15 8:08 

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.