Survey of .NET Languages Usage

M

Minh T. Nguyen

There are always lengthy discussions about which .NET language is better: C#
or VB.NET. However, I am really interested in finding actual figures
indicating which .NET language is primarily used in the real world. Not
being able to find any legitimate survey with a high sampling rate, I
decided to create my own poll here:

http://216.119.78.155/minh/dotnetsurvey.html

Minh.
 
C

Codemonkey

Does it really matter what language everybody else uses? Apart from a few
*minor* differences between languages, someone said "All Donet languages
were created equal".

Sure, you may find more examples in C# than you will in VB.Net, but your
choice of language should be made on what you are most comfortable with. If
you are equally comfortable with C# and VB, learn both - it can't hurt.

Just remember, knowing Dotnet is not about knowing the syntax of the
language, it's about knowing the common framework and how to design your
apps to take advantage of it.

HTH,

Trev.
 
J

Jan Tielens

Trev, I couldn't have said it better! I just hate the discussions where
people say "Hey, C# is better than VB.NET.". I agree: there are some
differences, but they are all quite minor. I think every good .NET Developer
should be "bi-lingual", he/she should be able to read/write both VB.NET and
C#.

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
 
D

Daniel O'Connell

Jan Tielens said:
Trev, I couldn't have said it better! I just hate the discussions where
people say "Hey, C# is better than VB.NET.". I agree: there are some
differences, but they are all quite minor. I think every good .NET Developer
should be "bi-lingual", he/she should be able to read/write both VB.NET and
C#.

Tri, MC++ is a good skill to have as well.
 
M

Minh Nguyen

Oh, believe me, I can't stand reading those discussions either, as I
agree with you too. Besides, if you know C#, you inherently know VB.NET
too and vice versa--people don't realize that if you know one, then
you'll know the other language, too. It comes down to a more "religious"
choice of preference which is what I am interested in.

Minh.
 

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