Results 1 to 5 of 5

Thread: [2005] Comparison of Asp.net using c# and asp.net using vb

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2007
    Posts
    240

    Unhappy [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!

  2. #2
    Fanatic Member davebat's Avatar
    Join Date
    Dec 2002
    Posts
    727

    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

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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.

  4. #4
    Fanatic Member bgmacaw's Avatar
    Join Date
    Mar 2007
    Location
    Atlanta, GA USA
    Posts
    524

    Re: [2005] Comparison of Asp.net using c# and asp.net using vb

    Quote 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.

  5. #5
    Hyperactive Member kayos's Avatar
    Join Date
    Apr 2004
    Location
    Largo, Florida
    Posts
    306

    Re: [2005] Comparison of Asp.net using c# and asp.net using vb

    Quote 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
  •  



Click Here to Expand Forum to Full Width