Click here to Skip to main content
15,904,288 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: Self-directed learning Pin
Brady Kelly10-Dec-14 4:08
Brady Kelly10-Dec-14 4:08 
GeneralRe: Self-directed learning Pin
PIEBALDconsult10-Dec-14 3:57
mvePIEBALDconsult10-Dec-14 3:57 
GeneralRe: Self-directed learning Pin
BiggerDon11-Dec-14 3:45
BiggerDon11-Dec-14 3:45 
GeneralRe: Self-directed learning Pin
jhoga11-Dec-14 11:50
jhoga11-Dec-14 11:50 
GeneralRe: Self-directed learning Pin
BiggerDon12-Dec-14 8:29
BiggerDon12-Dec-14 8:29 
GeneralRe: Self-directed learning Pin
KarstenK10-Dec-14 4:24
mveKarstenK10-Dec-14 4:24 
GeneralRe: Self-directed learning Pin
OriginalGriff10-Dec-14 4:33
mveOriginalGriff10-Dec-14 4:33 
GeneralRe: Self-directed learning Pin
BiggerDon10-Dec-14 7:58
BiggerDon10-Dec-14 7:58 
Thanks, Griff. Much appreciated.

I think you're right, the basics of the languages are much the same, as I mentioned above. Learning the syntax, at least to some level does not take long but the context (framework) is where the gold is, and mining isn't an easy task.

Regarding VB versus c# verbosity, I'm not sure exactly what you mean. My guess is what you are saying is it takes more lines of code to perform the same tasks. It's something I'll look at as I move forward.

OTOH, which of these is more verbose (yes, that's arguing by exception. Smile | :) )
VB: MsgBox("This is the message")
c#: MessageBox.Show("This is the message")

There is another point to the example. I found in a tutorial that Java Script considers "length" to be a property, whereas VB uses the "Len() function.

There can be arguments as to which is more "right", which to me is a theological angels-on-the-head-of-a-pin argument. In the background I know that the software has to do the same thing: determine the number of characters of the string. My only worry is how to get the data I need for code to work. Quod rectum est practica. (That which is practical is right, not "What a practical *". Laugh | :laugh: )
cat fud heer

GeneralRe: Self-directed learning Pin
OriginalGriff10-Dec-14 8:26
mveOriginalGriff10-Dec-14 8:26 
GeneralRe: Self-directed learning Pin
Fabio Franco10-Dec-14 23:22
professionalFabio Franco10-Dec-14 23:22 
GeneralRe: Self-directed learning Pin
BiggerDon11-Dec-14 3:36
BiggerDon11-Dec-14 3:36 
GeneralRe: Self-directed learning Pin
OriginalGriff11-Dec-14 3:54
mveOriginalGriff11-Dec-14 3:54 
GeneralRe: Self-directed learning Pin
BiggerDon11-Dec-14 6:19
BiggerDon11-Dec-14 6:19 
GeneralRe: Self-directed learning Pin
Brady Kelly10-Dec-14 4:55
Brady Kelly10-Dec-14 4:55 
GeneralRe: Self-directed learning Pin
BiggerDon10-Dec-14 8:15
BiggerDon10-Dec-14 8:15 
GeneralRe: Self-directed learning Pin
Brady Kelly10-Dec-14 9:35
Brady Kelly10-Dec-14 9:35 
GeneralRe: Self-directed learning Pin
BiggerDon11-Dec-14 4:39
BiggerDon11-Dec-14 4:39 
GeneralRe: Self-directed learning Pin
BiggerDon10-Dec-14 5:46
BiggerDon10-Dec-14 5:46 
GeneralRe: Self-directed learning Pin
Marc Clifton10-Dec-14 4:30
mvaMarc Clifton10-Dec-14 4:30 
GeneralRe: Self-directed learning Pin
newton.saber10-Dec-14 5:10
newton.saber10-Dec-14 5:10 
GeneralRe: Self-directed learning Pin
BiggerDon10-Dec-14 8:49
BiggerDon10-Dec-14 8:49 
GeneralRe: Self-directed learning Pin
Marc Clifton10-Dec-14 9:12
mvaMarc Clifton10-Dec-14 9:12 
GeneralRe: Self-directed learning Pin
BiggerDon11-Dec-14 4:13
BiggerDon11-Dec-14 4:13 
GeneralRe: Self-directed learning Pin
Simon O'Riordan from UK10-Dec-14 20:32
Simon O'Riordan from UK10-Dec-14 20:32 
GeneralRe: Self-directed learning Pin
BiggerDon11-Dec-14 5:07
BiggerDon11-Dec-14 5:07 

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.