×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Why use C# instead of VB.NET?

Why use C# instead of VB.NET?

Why use C# instead of VB.NET?

(OP)
Not to sound too stupid, but what is the main reason for writing an application in a particular language?. Why use C# instead of VB.NET or vice versa?. Is it simply a matter of what the preferred language of the programmer is or is there another reason.

Example: If two applications were written with the exact same functionality, the only difference was that one was written in VB.NET and the other was written in C#. Would the compiled EXE actually be different in terms of performance or otherwise. I do some weekend programming as a hobby in VB.NET and I have wondered about this.

Declan.

RE: Why use C# instead of VB.NET?

Mostly yes.  Depends.

Unless a project demands it, most engineers will tend to stick with the tools they're familiar with.  Unless the project requires a specific set of benefits provided only by the new tool, learning a new one would unduly extend the length of a project with no benefit (and can often hurt the project further if the implementation is poor due to lack of understanding of the tool).

Since BASIC will make some assumptions that C# may not or change the way you talk to the machine, one may be more appropriate.  For example, VB doesn't directly support pointers (there are ways around this using the Win32 APIs) whereas C# does... pointers are a practical necessity when dealing with hardware-level coding, fast memory accesses, etc.

If all you're interested in is hobby projects, VB is quite adequate.  Should you decide to approach it from a job perspective and intend on accessing plug-in cards, speedy graphics, CPU-intensive processes, etc. then VB is going to fall short of the mark.

Dan - Owner
http://www.Hi-TecDesigns.com

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources