C# vs VB.NET

F

Fie Fie Niles

Some people said that it is better to study C# than VB Net, because they do
not think that VB.NET will exist in the future and C# has a significantly
better chance of surviving. Did you know anything about this? Thank you.
 
N

Nicholas Paldino [.NET/C# MVP]

Fie Fie Niles,

It's really just a preference. At this point, while there are
differences, they are not major (at least in the language, that is).
However, the tools for those languages do have some significant differences,
which might make a difference in how productive you are with them (which is
really what it comes down to).

My suggestion is to try them both, and to go with the one that you feel
most comfortable with. Neither VB or C# is going anywhere soon, so I
wouldn't worry about it.

Hope this helps.
 
R

ric

c# is more universal, it is possible to code c# on other platforms non M$ if
you want.

Nicholas Paldino said:
Fie Fie Niles,

It's really just a preference. At this point, while there are
differences, they are not major (at least in the language, that is).
However, the tools for those languages do have some significant differences,
which might make a difference in how productive you are with them (which is
really what it comes down to).

My suggestion is to try them both, and to go with the one that you feel
most comfortable with. Neither VB or C# is going anywhere soon, so I
wouldn't worry about it.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Fie Fie Niles said:
Some people said that it is better to study C# than VB Net, because they do
not think that VB.NET will exist in the future and C# has a significantly
better chance of surviving. Did you know anything about this? Thank you.
 
J

jamie

Fie said:
Some people said that it is better to study C# than VB Net, because they do
not think that VB.NET will exist in the future and C# has a significantly
better chance of surviving. Did you know anything about this? Thank you.

You shouldn't listen to these people...
 
N

Nicholas Paldino [.NET/C# MVP]

This isn't completely true. While VS.NET is only available on Windows,
there is nothing to stop me from writing a VB file on another platform, and
then compiling it on windows (you did say coding).

Also, assemblies coded in VB will (at least they should) run in the CLR
(any implementation), regardless of the platform they are coded on (unless
they require some platform specific functionality).

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

ric said:
c# is more universal, it is possible to code c# on other platforms non M$ if
you want.

message news:[email protected]...
Fie Fie Niles,

It's really just a preference. At this point, while there are
differences, they are not major (at least in the language, that is).
However, the tools for those languages do have some significant differences,
which might make a difference in how productive you are with them (which is
really what it comes down to).

My suggestion is to try them both, and to go with the one that you feel
most comfortable with. Neither VB or C# is going anywhere soon, so I
wouldn't worry about it.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Fie Fie Niles said:
Some people said that it is better to study C# than VB Net, because
they
do
not think that VB.NET will exist in the future and C# has a significantly
better chance of surviving. Did you know anything about this? Thank you.
 
J

Jose Luis Manners

Plus C# is a standarized language (ECMA)

Regards,

Jose Luis Manners, MCP

ric said:
c# is more universal, it is possible to code c# on other platforms non M$ if
you want.

message news:[email protected]...
Fie Fie Niles,

It's really just a preference. At this point, while there are
differences, they are not major (at least in the language, that is).
However, the tools for those languages do have some significant differences,
which might make a difference in how productive you are with them (which is
really what it comes down to).

My suggestion is to try them both, and to go with the one that you feel
most comfortable with. Neither VB or C# is going anywhere soon, so I
wouldn't worry about it.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Fie Fie Niles said:
Some people said that it is better to study C# than VB Net, because
they
do
not think that VB.NET will exist in the future and C# has a significantly
better chance of surviving. Did you know anything about this? Thank you.
 

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

Top