Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Preference for C# over VB.NET

Preference for C# over VB.NET

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpquestion
9 Posts 8 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vipul Mehta
    wrote on last edited by
    #1

    Hi Frndz, I have seen many medium & big size co's prefer C# over VB.NET in various web app. Why is it so?? Because I do not see any reason for this preference as the compilers & CLRs same for both the language. So still why do co prefer C# over VB.NET?

    Regards, Vipul Mehta

    C N L E 4 Replies Last reply
    0
    • V Vipul Mehta

      Hi Frndz, I have seen many medium & big size co's prefer C# over VB.NET in various web app. Why is it so?? Because I do not see any reason for this preference as the compilers & CLRs same for both the language. So still why do co prefer C# over VB.NET?

      Regards, Vipul Mehta

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      VB6 was and is a joke. C# carries an association with C++ ( which it does not deserve ) and VB.NET carries the stigma of VB6, which is in part deserved, as a lot of VB6 nastiness does exist in VB.NET, and a lot of people use VB.NET as VB6, by ignoring the new framework features. But, you're right, in the hands of a skilled programmer, it's rare to find a project where one language does it better than the other.

      Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

      E K N 3 Replies Last reply
      0
      • C Christian Graus

        VB6 was and is a joke. C# carries an association with C++ ( which it does not deserve ) and VB.NET carries the stigma of VB6, which is in part deserved, as a lot of VB6 nastiness does exist in VB.NET, and a lot of people use VB.NET as VB6, by ignoring the new framework features. But, you're right, in the hands of a skilled programmer, it's rare to find a project where one language does it better than the other.

        Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

        E Offline
        E Offline
        ednrgc
        wrote on last edited by
        #3

        Christian Graus wrote:

        VB6 was and is a joke.

        That statement may not be PC, but I couldn't agree more.

        1 Reply Last reply
        0
        • C Christian Graus

          VB6 was and is a joke. C# carries an association with C++ ( which it does not deserve ) and VB.NET carries the stigma of VB6, which is in part deserved, as a lot of VB6 nastiness does exist in VB.NET, and a lot of people use VB.NET as VB6, by ignoring the new framework features. But, you're right, in the hands of a skilled programmer, it's rare to find a project where one language does it better than the other.

          Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

          K Offline
          K Offline
          Kevin McFarlane
          wrote on last edited by
          #4

          Christian Graus wrote:

          VB6 was and is a joke.

          Never really understood why so many C++ers are so hostile to VB. And I have a C++ background myself. Sure it has deficiencies but it was adequate enough for what it did. C++ has deficiencies too. I'm using VB .NET now and in fact I'm more irritated by IDE deficiencies compared to C# than language features as such.

          Christian Graus wrote:

          as a lot of VB6 nastiness does exist in VB.NET

          Are you talking about use of CInt etc? These are in fact identical to Convert.To... despite being in the Microsoft.VisualBasic namespace.

          Kevin

          P 1 Reply Last reply
          0
          • V Vipul Mehta

            Hi Frndz, I have seen many medium & big size co's prefer C# over VB.NET in various web app. Why is it so?? Because I do not see any reason for this preference as the compilers & CLRs same for both the language. So still why do co prefer C# over VB.NET?

            Regards, Vipul Mehta

            N Offline
            N Offline
            needhelpinnet
            wrote on last edited by
            #5

            any langauge purely depends on data types.and c# supports strongly typed. suman

            1 Reply Last reply
            0
            • K Kevin McFarlane

              Christian Graus wrote:

              VB6 was and is a joke.

              Never really understood why so many C++ers are so hostile to VB. And I have a C++ background myself. Sure it has deficiencies but it was adequate enough for what it did. C++ has deficiencies too. I'm using VB .NET now and in fact I'm more irritated by IDE deficiencies compared to C# than language features as such.

              Christian Graus wrote:

              as a lot of VB6 nastiness does exist in VB.NET

              Are you talking about use of CInt etc? These are in fact identical to Convert.To... despite being in the Microsoft.VisualBasic namespace.

              Kevin

              P Offline
              P Offline
              Paul Conrad
              wrote on last edited by
              #6

              Kevin McFarlane wrote:

              Never really understood why so many C++ers are so hostile to VB

              I don't understand the hostility either.


              If you try to write that in English, I might be able to understand more than a fraction of it. - Guffa

              1 Reply Last reply
              0
              • C Christian Graus

                VB6 was and is a joke. C# carries an association with C++ ( which it does not deserve ) and VB.NET carries the stigma of VB6, which is in part deserved, as a lot of VB6 nastiness does exist in VB.NET, and a lot of people use VB.NET as VB6, by ignoring the new framework features. But, you're right, in the hands of a skilled programmer, it's rare to find a project where one language does it better than the other.

                Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

                N Offline
                N Offline
                Not Active
                wrote on last edited by
                #7

                Add to this that in most cases C# coders, as compared to VB coders, tend to use better coding habits and exhibit more understanding of OO concepts necessary for organization to implement code re-use, etc.


                only two letters away from being an asset

                1 Reply Last reply
                0
                • V Vipul Mehta

                  Hi Frndz, I have seen many medium & big size co's prefer C# over VB.NET in various web app. Why is it so?? Because I do not see any reason for this preference as the compilers & CLRs same for both the language. So still why do co prefer C# over VB.NET?

                  Regards, Vipul Mehta

                  L Offline
                  L Offline
                  Leah_Garrett
                  wrote on last edited by
                  #8

                  Personally I think the choice is company specific. Some people willl have a culture that believe serious development is done in C#, others will think that VB has left the VB6 issues long ago. If a company has a lot of experience with C++ then they would more likely choose to use C#. I personally have moved from C++ to VB.Net and found it not so easy at first. Check out ARCast - To VB or not to VB at http://channel9.msdn.com/shows/ARCast_with_Ron_Jacobs[^]

                  1 Reply Last reply
                  0
                  • V Vipul Mehta

                    Hi Frndz, I have seen many medium & big size co's prefer C# over VB.NET in various web app. Why is it so?? Because I do not see any reason for this preference as the compilers & CLRs same for both the language. So still why do co prefer C# over VB.NET?

                    Regards, Vipul Mehta

                    E Offline
                    E Offline
                    ednrgc
                    wrote on last edited by
                    #9

                    C++ based programmers have a completely different mindset than VB programmers.

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups