You can learn either vb.net or C# -- it doesn't matter. Pick whichever one seems more natural to you. Both of them compile to the same MSIL (Microsoft Intermediate Language).
My personal bias is towards C#, as it tends to enforce better programming habits.
Thanks for your response.
I heared that C# is more complicated than vb.net. If I have a vb 6.0 background, doest that help me learn vb.net?
Thanks again
Al
Both languages are actually very similar. The differences arise in the details (curly braces in C#, begin..end statements in VB; C# has the trinary operator ?:, VB has the IIF function; and so forth).
If you've ever used a language other than VB, you'll pick up C# very quickly, as the programming structure is the same amongst all major languages (for..next loops, while..wend, if..then..else, functions, exception handling, etc.)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.