|
-
Apr 11th, 2007, 06:06 AM
#1
Thread Starter
Addicted Member
[2005] Comparison of Asp.net using c# and asp.net using vb
Hi to all,
Is there any difference between Asp.net using c# and asp.net using vb?
I'm just wondering which one performs best and which one is much easier to use.
What are the advantages and disadvantages of asp.net using c#?
What are the advantages and disadvantages of asp.net using vb?
Please help, I need to decide which one of the two must be used in order for me to produce rich website.
Thanks in advance!
-
Apr 11th, 2007, 08:41 AM
#2
Fanatic Member
Re: [2005] Comparison of Asp.net using c# and asp.net using vb
I dont think it matters, whatever your most comfortable coding with. There isn't anything you can do with vb that you can't do with c# and vice versa, as all .NET languages use, functionality from the set of classes provided by the .NET Framework.
Most differences are just in the syntax of the code
http://articles.techrepublic.com.com...3-6075169.html
-
Apr 11th, 2007, 09:38 AM
#3
Re: [2005] Comparison of Asp.net using c# and asp.net using vb
It's best you learn both. Helps with finding a job, as some prefer ASP.NET + VB.NET, some prefer ASP.NET + C#. Know both and you double your chances.
-
Apr 11th, 2007, 01:04 PM
#4
Re: [2005] Comparison of Asp.net using c# and asp.net using vb
 Originally Posted by jsc0624
Is there any difference between Asp.net using c# and asp.net using vb?
About $5-10/hr more if you're using C#.
The performance is identical in the context of an ASP.NET application. Before VS2005, C# implemented some parts of the .NET Framework that VB did not completely implement. However, this is no longer the case and both are on more or less equal footing with only very minor differences.
Aside for the fact that most places pay more for a C# programmer than a VB.NET programmer, the advantages and disadvantages are really dependant on the programmer. If you're more comfortable with C++/Java style syntax, you'll probably find C# easier to use but if you like VB, VB will be easier to you. At this point it’s down to which language you can be the most productive and creative in.
-
Apr 11th, 2007, 09:06 PM
#5
Hyperactive Member
Re: [2005] Comparison of Asp.net using c# and asp.net using vb
 Originally Posted by mendhak
It's best you learn both. Helps with finding a job, as some prefer ASP.NET + VB.NET, some prefer ASP.NET + C#. Know both and you double your chances.
+1 to that!
If this post helps, please RATE MY POST!
Using Visual Studio 2005 SE
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|