VB vs C#

  • Thread starter Thread starter f.blair
  • Start date Start date
F

f.blair

I see examples in both languages.

Is one of these better than the other, or is it a decision on what you
already know, VB or C++

Fred
 
If you know VB6 go get a good book on object orientation, be prepared to
learn a lot of stuff and go with VB.NET because the syntax, if nothing else,
will be familiar to you.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
 
Code readability is easier in VB.Net, but once you learn one, it will not be
as hard to learn the other. I do everything in VB.Net, but a lot of the C#
code is pretty transparent in terms of functionality once you learn the
differences in syntax (some would suggest that if you grab a handful of
curly braces and semi-colons you are halfway home). I also use C# books that
discuss topics I have not found in a VB.Net book (i.e., there is a great
little handbook called "C# Text Manipulation" which is very handy regardless
of the language). The commonality is such that a few folks have written
converters to translate between C# and VB. Nonetheless, as one of the VB
Classic guys always writes, "whatever VB.Net is, it aint VB". Given that
caveat, I think that in time, you'll appreciate the power of VB.Net or C#
over previous languages.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top