VB.NET or C#

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter

    VB.NET or C#

    Hi Guys,
    I am about to work on ASP.NET project and also I am very comfortable using
    both VB.NET and C# languages.
    I am wondering if there is any language prefered for using ASP.NET code.

    Please help me chossing the language.

    Thanks, Peter


  • Mark Rae [MVP]

    #2
    Re: VB.NET or C#

    "Peter" <Peter@nospaml. comwrote in message
    news:em0tISIKJH A.5060@TK2MSFTN GP02.phx.gbl...
    I am about to work on ASP.NET project and also I am very comfortable using
    both VB.NET and C# languages.
    I am wondering if there is any language prefered for using ASP.NET code.
    Apart from unsafe code (i.e. pointers), there's nothing that C# can do that
    VB.NET can't. Unsafe code is very rarely (if ever) needed for ASP.NET
    apps...

    Choice of language is a matter of personal preference...


    --
    Mark Rae
    ASP.NET MVP


    Comment

    • Brian Simmons

      #3
      Re: VB.NET or C#


      "Mark Rae [MVP]" <mark@markNOSPA Mrae.netwrote in message
      news:%23V9qflIK JHA.1160@TK2MSF TNGP05.phx.gbl. ..
      "Peter" <Peter@nospaml. comwrote in message
      news:em0tISIKJH A.5060@TK2MSFTN GP02.phx.gbl...
      >
      >I am about to work on ASP.NET project and also I am very comfortable
      >using both VB.NET and C# languages.
      >I am wondering if there is any language prefered for using ASP.NET code.
      >
      Apart from unsafe code (i.e. pointers), there's nothing that C# can do
      that VB.NET can't. Unsafe code is very rarely (if ever) needed for ASP.NET
      apps...
      >
      Choice of language is a matter of personal preference...
      Or job market, corporate standards, book market, examples available, vendor
      choices, etc... :)
      --
      Mark Rae
      ASP.NET MVP
      http://www.markrae.net

      Comment

      • Mark Rae [MVP]

        #4
        Re: VB.NET or C#

        "Brian Simmons" <centraso@newsg roup.nospamwrot e in message
        news:%23Cyh$4IK JHA.1160@TK2MSF TNGP05.phx.gbl. ..
        >Choice of language is a matter of personal preference...
        >
        Or job market, corporate standards, book market, examples available,
        vendor choices, etc... :)
        That's certainly true when looking at the bigger picture, however I didn't
        really think that was what the OP was asking.

        It may be different in other parts of the world, but here in London if you
        want the pick of the jobs with the big salaries, C# is definitely the way to
        go...


        --
        Mark Rae
        ASP.NET MVP


        Comment

        Working...