Click here to Skip to main content
15,893,594 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.

 
GeneralRe: Dumb VB fact of the Day Pin
kalberts9-Nov-18 3:58
kalberts9-Nov-18 3:58 
GeneralRe: Dumb VB fact of the Day Pin
atverweij9-Nov-18 4:32
atverweij9-Nov-18 4:32 
GeneralRe: Dumb VB fact of the Day Pin
#realJSOP9-Nov-18 1:39
mve#realJSOP9-Nov-18 1:39 
GeneralRe: Dumb VB fact of the Day Pin
atverweij9-Nov-18 1:45
atverweij9-Nov-18 1:45 
GeneralRe: Dumb VB fact of the Day Pin
#realJSOP9-Nov-18 1:52
mve#realJSOP9-Nov-18 1:52 
GeneralRe: Dumb VB fact of the Day Pin
atverweij9-Nov-18 1:56
atverweij9-Nov-18 1:56 
GeneralRe: Dumb VB fact of the Day Pin
Tokinabo9-Nov-18 3:00
professionalTokinabo9-Nov-18 3:00 
GeneralRe: Dumb VB fact of the Day Pin
obermd9-Nov-18 3:01
obermd9-Nov-18 3:01 
When converting stringly typed data from a flat file into strongly typed data for database storage, nothing beats the built in conversion functions found in VB. In addition, VB.net's verboseness means I can look at the header of a function and know exactly what events and what objects those events tie to. In C# this wire-up is frequently hidden in another source file. Having keyword based blocking vs. {} for block controls also helps when working out the logical structure of code. Is that } going to the "if" or the "while" statement 30 lines up? In VB you'll see an End If or Loop so you don't have to guess when looking at the code on paper. Granted, VS's indent lines make this less of an issue now but prior to those indent lines it was an issue.

Where C#'s syntax is better is in the implementation of Lambda (anonymous) functions and LINQ syntax. VB.Net's syntax is just awkward here. I also prefer C#'s <> for type declarations for Dictionaries and Lists as it highlights the actual typing without making the New parameters confusing.

GeneralRe: Dumb VB fact of the Day Pin
CP7779-Nov-18 3:43
CP7779-Nov-18 3:43 
GeneralRe: Dumb VB fact of the Day Pin
Slow Eddie9-Nov-18 3:13
professionalSlow Eddie9-Nov-18 3:13 
GeneralRe: Dumb VB fact of the Day Pin
#realJSOP9-Nov-18 3:47
mve#realJSOP9-Nov-18 3:47 
GeneralRe: Dumb VB fact of the Day Pin
Slow Eddie9-Nov-18 7:33
professionalSlow Eddie9-Nov-18 7:33 
GeneralRe: Dumb VB fact of the Day Pin
Matt McGuire9-Nov-18 4:35
professionalMatt McGuire9-Nov-18 4:35 
GeneralRe: Dumb VB fact of the Day Pin
#realJSOP9-Nov-18 4:59
mve#realJSOP9-Nov-18 4:59 
GeneralRe: Dumb VB fact of the Day Pin
Matt McGuire9-Nov-18 6:17
professionalMatt McGuire9-Nov-18 6:17 
GeneralRe: Dumb VB fact of the Day Pin
#realJSOP9-Nov-18 6:40
mve#realJSOP9-Nov-18 6:40 
GeneralRe: Dumb VB fact of the Day Pin
Matt McGuire9-Nov-18 7:54
professionalMatt McGuire9-Nov-18 7:54 
GeneralRe: Dumb VB fact of the Day Pin
Peter Adam9-Nov-18 5:40
professionalPeter Adam9-Nov-18 5:40 
GeneralRe: Dumb VB fact of the Day Pin
Matt McGuire9-Nov-18 8:00
professionalMatt McGuire9-Nov-18 8:00 
GeneralRe: Dumb VB and C++ fact of the Day Pin
theoldfool8-Nov-18 8:31
professionaltheoldfool8-Nov-18 8:31 
GeneralRe: Dumb VB and C++ fact of the Day Pin
OriginalGriff8-Nov-18 9:04
mveOriginalGriff8-Nov-18 9:04 
GeneralRe: Dumb VB and C++ fact of the Day Pin
PIEBALDconsult8-Nov-18 14:46
mvePIEBALDconsult8-Nov-18 14:46 
GeneralRe: Dumb VB and C++ fact of the Day Pin
ZevSpitz8-Nov-18 21:19
professionalZevSpitz8-Nov-18 21:19 
GeneralRe: Dumb VB and C++ fact of the Day Pin
obermd9-Nov-18 3:03
obermd9-Nov-18 3:03 
GeneralRe: Dumb VB and C++ fact of the Day Pin
ZevSpitz12-Nov-18 4:27
professionalZevSpitz12-Nov-18 4:27 

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.