C# or VB

I

Itzik M

Hi,
How i can decide which language(VB or C#) to select for
developing my application in .NET

Thanks
 
P

Peter Duniho

How i can decide which language(VB or C#) to select for
developing my application in .NET

Use C#.

Seriously though, you posted in the C# group. What kind of answer did you
expect? :)
 
O

OD

How i can decide which language(VB or C#) to select for
developing my application in .NET

developing under .NET mostly consists in calling framework classes, so
when you look at a piece of code, it's sometime hard at the very first
glance to know if it is coded in c#, vb.net and even delphi.net.
Once this has been said, what are the real differences and what are you
waiting for ...
Technicaly speaking, I think there are some good reasons MS developed
the framework with C# and not VB. I'm also feeling that on this NG
dedicated to C# a lot of other people are thinking the same :)
On a subjective point of view, you can prefer the vb syntax. Just up to
you..
Comparing the "power" of 2 languages is always very difficult and often
subjective. On a NG this is very often ending in a troll... So the best
is to look at the framework doc and read code samples in C# and VB.NET
and decide which one is the best for you...
 
C

Cor Ligthert [MVP]

In the same line of answer as the C# Mvp in this message

You would not even think if you would know what is comming in the next
version of VB.Net,

For the rest stupid question, I use both and don't even feel the difference.

Cor
 

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