943,965 Members | Top Members by Rank

Ad:
  • ASP.NET Discussion Thread
  • Unsolved
  • Views: 9606
  • ASP.NET RSS
You are currently viewing page 1 of this multi-page discussion thread
Dec 15th, 2004
0

Which of the .NET Framework Languages Is Best?

Expand Post »
Greetings,

I am just curious as to which .NET Framework Language my fellow programmers prefer. Just basically tell me what language and why.

Many Thanks In Advance,

DeFrog777
Similar Threads
Reputation Points: 11
Solved Threads: 0
Newbie Poster
DeFrog777 is offline Offline
20 posts
since Dec 2004
Dec 15th, 2004
0

Re: Which of the .NET Framework Languages Is Best?

Perhaps this is best not posted in the VB.NET subforum I'm moving it to the general .NET Framework forum so people have a chance to give an impartial opinion
Administrator
Staff Writer
Reputation Points: 1422
Solved Threads: 162
The Queen of DaniWeb
cscgal is offline Offline
13,645 posts
since Feb 2002
Dec 15th, 2004
0

Re: Which of the .NET Framework Languages Is Best?

Quote originally posted by cscgal ...
Perhaps this is best not posted in the VB.NET subforum I'm moving it to the general .NET Framework forum so people have a chance to give an impartial opinion
Thanks, sorry, still getting used to this forum thing...
Reputation Points: 11
Solved Threads: 0
Newbie Poster
DeFrog777 is offline Offline
20 posts
since Dec 2004
Dec 16th, 2004
0

Re: Which of the .NET Framework Languages Is Best?

I'm using C# and it's great! I think that it's a very easy language to learn and use. I'd say even a 14-year-old could use it
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Crescent Cross is offline Offline
4 posts
since Dec 2004
Dec 16th, 2004
0

Re: Which of the .NET Framework Languages Is Best?

C#. The syntax is much cleaner and "obvious" than VB.NET.
Team Colleague
Reputation Points: 227
Solved Threads: 37
Made Her Cry
tgreer is offline Offline
1,697 posts
since Dec 2004
Dec 21st, 2004
0

Re: Which of the .NET Framework Languages Is Best?

I like C# the best. It has a good flow with GUI programs. C++ is okay, I have a lot of years vested in it's buddy C. VB gives me the willies, it's a bitch to read, the whole project is scattered over a zillion files!!! Candy for the stupid!!
Moderator
Reputation Points: 1333
Solved Threads: 1403
DaniWeb's Hypocrite
vegaseat is offline Offline
5,792 posts
since Oct 2004
Jan 13th, 2005
0

Re: Which of the .NET Framework Languages Is Best?

C# is my favorite, it's got a nice clean syntax. Easy to learn, easy to implement. VB (in any form) makes me shudder. C++ managed...why(you could just use C# )?! That's my oppinion.
Reputation Points: 46
Solved Threads: 2
Junior Poster
Iron_Cross is offline Offline
117 posts
since Jul 2003
Jan 24th, 2005
1

Re: Which of the .NET Framework Languages Is Best?

One trouble of forums is that you don't necessarily get a representative cross-section of respondents, nor are people always qualified to comment.

VB.Net, for example, doesn't have the 'lots of files' issue described above, since multiple classes can be included in one file now. Not sure its better for that, but that's a different argument.

Badly written code is badly in any language. C++ is good for some serious shockers, just as a 6-month 'young' programmer can churn out reams of VB that is harder to debug than Fortran.

In general, there has been a major convergence of all the languages with .Net. The trad 3GL languages of the C++ variety have gained most of the Gui-based auto-formatting slickness of VB, while VB has gained some the missing structural features such as class inheritance and lost some usability as well.

The differences that remain are subtle: C# are targetted at the 'serious' developer, those wanting power over ease of development. It retains much of the declarative syntax issues that C begat, VB is intended as the high-productivity, easy-to-learn tool; it has been cleaned up a fair bit but a few idiosyncrasies remain. Managed C++ is legacy.

I have written in just about everything over the years, and like VB for its simple syntax and productivity features - some which are only now returning in VB 2005 having been snatched away in eariler .Net versions. But I am rare among the ex-'do it in assembler and we can save 50 machine cycles' brigade.

Quite honestly, it doesn't matter too much. Don't get bogged down in fashion statements. Good code is by design, not by compiler. And programming is a job - so bear in mind the market demand for your chosen language.

C# is the language most people recommend, but give me a language with edit-in-the-debugger and super-quick compile times any day :cheesy:
MJT
Reputation Points: 11
Solved Threads: 0
Newbie Poster
MJT is offline Offline
2 posts
since Jan 2005
Jan 28th, 2005
0

Re: Which of the .NET Framework Languages Is Best?

Well just a couple of things.

C# is a very nice language for .NET mainly becuase it was designed for .NET. Kind of like for .NET by .NET sorry stupid cliche. Anyway I use C# and like it there are some performance gains over VB.NET but if you write good enough code in VB.NET a person is never going to tell.

VB.NET has come a long way scince VB 6 it now has full OOP programability, but VB.NET was kind of formed to .NET instead of created for .NET, if that makes sense. So there are going to be some issues with that.

In and overall sense there are like 26 languages I think that are ported to the CLR. So that basicallly means you can use almost any language using the .NET Framework and not get lost in code at all. This is mainly due to they are all using the same Namespaces and BCL so in a way it really doesn't matter what you use. I know this was probably a little confusing hope it helped though.
Reputation Points: 12
Solved Threads: 0
Light Poster
percent20 is offline Offline
33 posts
since Jan 2005
Jan 31st, 2005
1

Re: Which of the .NET Framework Languages Is Best?

Hello all,
Just thought I would add my 2 cents.
I am a trainer for quite a few tech schools. I teach both VB.Net
as well as C#. I have trained alot of people from varying backgrounds
since .Net was in beta and have yet to find a "true" advantage to iether language. The main thing to be aware of is your own comfort level. If you
come from a VB background you will of course be more efficient with VB.Net.
The whole purpose of the Framework is not to make each language different
but just the opposite. To make them equal. In terms of performance there is no clear advantage due to all languages being compiled to MSIL. Each revision of the framework should bring each language closer together in terms of features. For example the 2005 upgrade for VB.Net adds some of the features previously available only in C# such as XML comments, etc...
Even things that vb does not directly currently support the C# does such as opperator overloading can be done using methods in place of operators.
In the end they are all getting compiled to the same code. There are slight differences here and there in the way they compile to MSIL such as VB and C# If statements compile to different MSIL code (Jump table versus an if Statement) but small things like that are being ironed out with each revision.
I have to agree with the post above that states the quality of your code is what will make the biggest impact. Also your knowledge of the framework and the Class Library. A big part of efficiency in the framework is not reinventing the wheel but using the built in types where appropriate. C# may give me more direct controll over some of the smaller details but in VB i can get it done faster. The trade off is purely a matter of perspective. Go with what you want, or are more comfortable with. No matter what language you use the objects and technologies (ado.net, asp.net, GDI+) work universally.

Well i think I have rambled too much. Thanks for your patience.

James Waymire
Reputation Points: 11
Solved Threads: 0
Newbie Poster
BluePhaze is offline Offline
1 posts
since Jan 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP.NET Forum Timeline: Some controls not working with IE
Next Thread in ASP.NET Forum Timeline: looking for downloading asp.net/sqql2000 erp software





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC