![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Feb 2006
Location: 127.0.0.1
Posts: 35
Rep Power: 0
![]() |
VB.NET vs C#
As both VB.NET and C# get compiled into a common language is there a real difference in what the two languages can do?
Is one better at certain things then others or are they truly equal. hush |
|
|
|
|
|
#2 |
|
Expert Programmer
|
They arn't equal. VB.NET is a little sloppier in my opinion. Vb always has been. C# on the other hand isn't. It takes the ease of vb, and the power of java. Which is why I prefer it. Instead of creating a big long thread, perhaps you should try google. It will have tons of articles. It will go into much more detail.
|
|
|
|
|
|
#3 |
|
Expert Programmer
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4
![]() |
Actually, they're almost equivalent. One may support types that the other doesn't, but preformance wise, they're pretty much the same. The syntax is what differs the most.
|
|
|
|
|
|
#4 | |
|
Hobbyist Programmer
Join Date: Oct 2005
Posts: 211
Rep Power: 3
![]() |
Quote:
In 1.1 there are a few differences, in VB there was a command that let you set properties of a new class all in one fell swoop that wasn't in C# (they added it to C# in 2.0) (I don't know what it was called either since I was C# not VB) For the most part though they're the same line for line with different syntax. -MBirchmeier |
|
|
|
|
|
|
#5 |
|
Expert Programmer
|
They're almost equivalent, but are not equal:p People will say C# is faster, and I wouldn't be surprised if it is a little, but not enough to actually see it with your own eyes (it's all nanoseconds). As said the syntax is different, and is the major difference. In the end, both languages use the same classes and methods anyways. But if you were to choose a language to learn, I would go with C#. You will probably find more people wanting C# programmers, than VB.NET programmers. Could be wrong, but C# is getting more and more popular.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| difference VB and VB.net | gpreetsingh | Visual Basic .NET | 10 | Feb 18th, 2006 6:18 AM |
| [Help] Scripting with VB.net | Austin123 | Visual Basic .NET | 3 | Feb 17th, 2006 5:44 PM |
| vb6 to vb.net | bl00dninja | Visual Basic .NET | 2 | Sep 24th, 2005 1:55 PM |
| Making a database application in VB.NET | emdiesse | Visual Basic .NET | 3 | Sep 18th, 2005 5:58 AM |
| Vb 6, Vb.net | Navid | Visual Basic .NET | 5 | Mar 19th, 2005 11:58 AM |