THE BORE
General => The Superdeep Borehole => Topic started by: Rman on November 13, 2008, 05:10:56 PM
-
Also would any experience in C# be helpful?
-
Don't learn VB; learn C++ or C# (which C# is pretty much VB.Net extended)
-
VB's pretty easy, I'm sure with a background in C# you'll be fine whichever book you use.
-
eh fark books if you know C# . just scrabble something up that's halfway intersting and then skim through an advanced-level book and go "well shit that would have made X task in my little project easier".
then again, I'm no fan of up-front learning when it comes to code. make things, then see how much they suck, that's where learnin' happens (IMO).
-
Also would any experience in C# be helpful?
The framework and class libraries are the same; the language featuresets are almost the same (currently the main difference is VB allows optional dynamic typing). They're almost the same language with different syntax.
Don't learn VB; learn C++ or C# (which C# is pretty much VB.Net extended)
actually, if anything it's VB that's "extended", at least as of 3.5. C# has better syntax and probably looks better on a resume though.