UI development: C# vs. VB.NET

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

    UI development: C# vs. VB.NET

    For UI development we need ideas to help us choose the
    preferred language (C# or VB.Net).

    Earlier with Visual Studio 6, VB used to be the preferred
    option for UI development and also for rapid prototyping.
    Though some people did use C++ (ATL/MFC) for UI
    development - it was almost always more laborious than
    development in VB6.

    As far as familiarity with syntax is concerned - people in
    our team have exposure to both C++ and VB6 and hence on
    that front we'd give equal points to C# and VB.net.

    Can anyone give ideas (and experiences) if VB.Net would
    still be preferable ever Visual C# for UI development?



  • Alvin Bruney

    #2
    Re: UI development: C# vs. VB.NET

    C# as there are less of COBOL type keywords to get in the way. Its not only
    propriety its also too wordy and that hides the actual codes meaning.

    "Olivier Gautier" <anonymous@disc ussions.microso ft.com> wrote in message
    news:02db01c3b2 ab$22db6060$a10 1280a@phx.gbl.. .[color=blue]
    > For UI development we need ideas to help us choose the
    > preferred language (C# or VB.Net).
    >
    > Earlier with Visual Studio 6, VB used to be the preferred
    > option for UI development and also for rapid prototyping.
    > Though some people did use C++ (ATL/MFC) for UI
    > development - it was almost always more laborious than
    > development in VB6.
    >
    > As far as familiarity with syntax is concerned - people in
    > our team have exposure to both C++ and VB6 and hence on
    > that front we'd give equal points to C# and VB.net.
    >
    > Can anyone give ideas (and experiences) if VB.Net would
    > still be preferable ever Visual C# for UI development?
    >
    >
    >[/color]


    Comment

    • Colin Young

      #3
      Re: UI development: C# vs. VB.NET

      I'd pick the language you are using for your non-ui work (assuming it's one
      of C# or VB.Net). It makes life much easier for your team if they don't have
      to keep switching from one language to another.

      Colin

      "Olivier Gautier" <anonymous@disc ussions.microso ft.com> wrote in message
      news:02db01c3b2 ab$22db6060$a10 1280a@phx.gbl.. .[color=blue]
      > For UI development we need ideas to help us choose the
      > preferred language (C# or VB.Net).
      >
      > Earlier with Visual Studio 6, VB used to be the preferred
      > option for UI development and also for rapid prototyping.
      > Though some people did use C++ (ATL/MFC) for UI
      > development - it was almost always more laborious than
      > development in VB6.
      >
      > As far as familiarity with syntax is concerned - people in
      > our team have exposure to both C++ and VB6 and hence on
      > that front we'd give equal points to C# and VB.net.
      >
      > Can anyone give ideas (and experiences) if VB.Net would
      > still be preferable ever Visual C# for UI development?
      >
      >
      >[/color]


      Comment

      • Mihai N.

        #4
        Re: UI development: C# vs. VB.NET

        > Can anyone give ideas (and experiences) if VB.Net would[color=blue]
        > still be preferable ever Visual C# for UI development?[/color]
        Both C# and VB.NET use the same form editor and they are
        more or less the same in respect of ui.
        I would go with the one that your developers feel is better
        for non-ui work.
        I would go with C# for two reasons:
        - C# is closer to C++ than VB.NET is to VB6
        - C# seems to be the language "mapping" better to the undelying
        MS byte-code, was created for this.
        VB.NET seems to me a little "twisted" to make it closer to VB.
        There are things you can't even do or use from VB NET
        (for instance define your own = operator).


        --
        Mihai
        -------------------------
        Replace _year_ with _ to get the real email

        Comment

        • Doug Holland

          #5
          Re: UI development: C# vs. VB.NET

          C# was designed from the outset as a .NET language, VB.NET on the other hand
          maintains some baggage left over from earlier versions of the language.

          Its C# or the road for me ;)

          - Doug

          "Olivier Gautier" <anonymous@disc ussions.microso ft.com> wrote in message
          news:02db01c3b2 ab$22db6060$a10 1280a@phx.gbl.. .[color=blue]
          > For UI development we need ideas to help us choose the
          > preferred language (C# or VB.Net).
          >
          > Earlier with Visual Studio 6, VB used to be the preferred
          > option for UI development and also for rapid prototyping.
          > Though some people did use C++ (ATL/MFC) for UI
          > development - it was almost always more laborious than
          > development in VB6.
          >
          > As far as familiarity with syntax is concerned - people in
          > our team have exposure to both C++ and VB6 and hence on
          > that front we'd give equal points to C# and VB.net.
          >
          > Can anyone give ideas (and experiences) if VB.Net would
          > still be preferable ever Visual C# for UI development?
          >
          >
          >[/color]


          Comment

          • Alvin Bruney

            #6
            Re: UI development: C# vs. VB.NET

            VB is like Java, PROPRIETY, C# is STANDARD, you chose where you want to be
            locked up.



            "Doug Holland" <doug.holland@p recisionobjects .com> wrote in message
            news:#AYI#Q6sDH A.2508@TK2MSFTN GP12.phx.gbl...[color=blue]
            > C# was designed from the outset as a .NET language, VB.NET on the other[/color]
            hand[color=blue]
            > maintains some baggage left over from earlier versions of the language.
            >
            > Its C# or the road for me ;)
            >
            > - Doug
            >
            > "Olivier Gautier" <anonymous@disc ussions.microso ft.com> wrote in message
            > news:02db01c3b2 ab$22db6060$a10 1280a@phx.gbl.. .[color=green]
            > > For UI development we need ideas to help us choose the
            > > preferred language (C# or VB.Net).
            > >
            > > Earlier with Visual Studio 6, VB used to be the preferred
            > > option for UI development and also for rapid prototyping.
            > > Though some people did use C++ (ATL/MFC) for UI
            > > development - it was almost always more laborious than
            > > development in VB6.
            > >
            > > As far as familiarity with syntax is concerned - people in
            > > our team have exposure to both C++ and VB6 and hence on
            > > that front we'd give equal points to C# and VB.net.
            > >
            > > Can anyone give ideas (and experiences) if VB.Net would
            > > still be preferable ever Visual C# for UI development?
            > >
            > >
            > >[/color]
            >
            >[/color]


            Comment

            • Guinness Mann

              #7
              Re: UI development: C# vs. VB.NET

              In article <eZKITzqsDHA.35 32@TK2MSFTNGP11 .phx.gbl>,
              alvin.bruney@.t elia.com. says...[color=blue]
              > C# as there are less of COBOL type keywords to get
              > in the way. Its not only propriety its also too
              > wordy and that hides the actual codes meaning.[/color]

              Espeshully if yew cant type good...


              Comment

              • md

                #8
                Re: UI development: C# vs. VB.NET

                Which is clearer as to the meaning: End If or } ?

                "Guinness Mann" <GMann@Dublin.c om> wrote in message
                news:MPG.1a37f3 83fb5e7b4d98968 8@msnews.micros oft.com...[color=blue]
                > In article <eZKITzqsDHA.35 32@TK2MSFTNGP11 .phx.gbl>,
                > alvin.bruney@.t elia.com. says...[color=green]
                > > C# as there are less of COBOL type keywords to get
                > > in the way. Its not only propriety its also too
                > > wordy and that hides the actual codes meaning.[/color]
                >
                > Espeshully if yew cant type good...
                >
                >[/color]


                Comment

                • Jon Skeet [C# MVP]

                  #9
                  Re: UI development: C# vs. VB.NET

                  md <no@spam.sux> wrote:[color=blue]
                  > Which is clearer as to the meaning: End If or } ?[/color]

                  To anyone who can read C#, which isn't hard, they're just as readable
                  as each other. Tell me, which is easier to understand:

                  (5+2) * 3

                  or

                  five plus two, all in brackets, then times three

                  ? Symbols aren't always harder to read than words, and arguably by
                  making things like structure (which are also typically shown to humans
                  by indentation; the brace is mostly for the compiler) it makes the
                  "more important" things like actual executed code more obvious.

                  --
                  Jon Skeet - <skeet@pobox.co m>
                  Pobox has been discontinued as a separate service, and all existing customers moved to the Fastmail platform.

                  If replying to the group, please do not mail me too

                  Comment

                  • Doug Holland

                    #10
                    Re: UI development: C# vs. VB.NET

                    Its really not a question in my mind as to which syntax is clearer, End If
                    or '}' ...

                    C# developers typically come from those who learned their skills using C and
                    C++ and as such are typically more experiacned and higher educated in this
                    field than many programmers who use VB to write their programs.

                    I have seen some very good code written in VB, the language is not deficient
                    .... but the chance of you hiring developers who write very well structured
                    code which will stand the tests of time is increased with C# due to the
                    background of most C# programmers.

                    Doug

                    "md" <no@spam.sux> wrote in message
                    news:uNEqb%23du DHA.2180@TK2MSF TNGP09.phx.gbl. ..[color=blue]
                    > Which is clearer as to the meaning: End If or } ?
                    >
                    > "Guinness Mann" <GMann@Dublin.c om> wrote in message
                    > news:MPG.1a37f3 83fb5e7b4d98968 8@msnews.micros oft.com...[color=green]
                    > > In article <eZKITzqsDHA.35 32@TK2MSFTNGP11 .phx.gbl>,
                    > > alvin.bruney@.t elia.com. says...[color=darkred]
                    > > > C# as there are less of COBOL type keywords to get
                    > > > in the way. Its not only propriety its also too
                    > > > wordy and that hides the actual codes meaning.[/color]
                    > >
                    > > Espeshully if yew cant type good...
                    > >
                    > >[/color]
                    >
                    >[/color]


                    Comment

                    Working...