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. The Lounge
  3. 10 Reasons Why Visual Basic is Better Than C#

10 Reasons Why Visual Basic is Better Than C#

Scheduled Pinned Locked Moved The Lounge
csharpcomquestion
143 Posts 57 Posters 127 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.
  • J Jorgen Andersson

    Here[^] Now, where was that bulletproof vest? <Takes cover under a fireproof blanket> A bulletproof vest can take at least one 45ACP, right?

    Light moves faster than sound. That is why some people appear bright, until you hear them speak. List of common misconceptions

    N Offline
    N Offline
    Nelek
    wrote on last edited by
    #7

    Jörgen Andersson wrote:

    A bulletproof vest can take at least one 45ACP, right?

    I would get more than one, JSOP has plenty of different ammo. For sure can find anything capable to hit you though ;P

    Regards. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpfull answers is nice, but saying thanks can be even nicer.

    R 1 Reply Last reply
    0
    • J Jorgen Andersson

      Here[^] Now, where was that bulletproof vest? <Takes cover under a fireproof blanket> A bulletproof vest can take at least one 45ACP, right?

      Light moves faster than sound. That is why some people appear bright, until you hear them speak. List of common misconceptions

      J Offline
      J Offline
      Jason Hooper
      wrote on last edited by
      #8

      Most of what he writes is completely valid. If I had to start again from scratch today, I would probably pick VB over C#, especially since they compile to the same MSIL anyway. However, C# just looks more natural to me, and none of the issues he raises in the article actually lowers my productivity in any way, so I continue to use it. In my college days, I had this kind of holier-than-thou attitude toward VB programmers (as a C programmer), but when I became an adult I cleaned my brain of such needless egotistical crap. Now I just code what needs to be coded, clock out at the end of the day, and get on with things. Not much to it.

      Jason

      A 1 Reply Last reply
      0
      • J Jorgen Andersson

        Here[^] Now, where was that bulletproof vest? <Takes cover under a fireproof blanket> A bulletproof vest can take at least one 45ACP, right?

        Light moves faster than sound. That is why some people appear bright, until you hear them speak. List of common misconceptions

        Steve EcholsS Offline
        Steve EcholsS Offline
        Steve Echols
        wrote on last edited by
        #9

        "You keep having to switch between upper and lower case when typing" made me :laugh:


        - S 50 cups of coffee and you know it's on! Code, follow, or get out of the way.

        • S
          50 cups of coffee and you know it's on!
          Code, follow, or get out of the way.
        1 Reply Last reply
        0
        • J Jorgen Andersson

          Here[^] Now, where was that bulletproof vest? <Takes cover under a fireproof blanket> A bulletproof vest can take at least one 45ACP, right?

          Light moves faster than sound. That is why some people appear bright, until you hear them speak. List of common misconceptions

          C Offline
          C Offline
          CPallini
          wrote on last edited by
          #10

          If number one is case then there is no reason to go on. I'll stick with C#.

          Veni, vidi, vici.

          1 Reply Last reply
          0
          • _ _beauw_

            I've worked extensively with both. I prefer C# because of my years working with brace-based languages. However, the snobbery that real C# enthusiasts exhibit toward VB.NET programmers is also misplaced in my opinion.

            C Offline
            C Offline
            CPallini
            wrote on last edited by
            #11

            They are _basic_ally the same, however VB syntax smells horribly.

            Veni, vidi, vici.

            E S S 3 Replies Last reply
            0
            • J Jorgen Andersson

              Here[^] Now, where was that bulletproof vest? <Takes cover under a fireproof blanket> A bulletproof vest can take at least one 45ACP, right?

              Light moves faster than sound. That is why some people appear bright, until you hear them speak. List of common misconceptions

              C Offline
              C Offline
              Clifford Nelson
              wrote on last edited by
              #12

              I have to agree with a lot of the issues with C#. The Switch statement is superior, and I also have to agree that good software eliminates Case/Switch statements. However, there is a lot more power in VB version and wish that the C# team would update the Case statement. I also disagree with maintaining the requirement for the break statement. There is no reason to keep it, and it should be eliminated. C# no longer has to deal with expectations of C community. Also, I like the fact that I do not have to worry about case sensitivity in Visual Basic. However I think that this can be resolved in the environment by being able to set a flag to allow the environment to fix case problems. C# does not preclude this since the environment could fix it, and maybe it should. I also like that there is case sensitivity since I can use a variable for a class or property and differentiate it by using low case. In fact the environment (may be fairly easy to implement with Roslyn) can enforce a bunch of naming rules. Of course a few issues are easily fixed by adding extension methods. Yes I think that C# should support them, but it is not really a language issues, it is more of an implementation issue. Yes there are some things like && that are implementation issues, but having the & function also can sometimes be useful. And it is standard with C, Java, etc. Next I will hear the guy asking to replace “+” with “add”. Yes C# could have used the other symbols (caret and reverse caret), but at least they are standard symbols (ever seen APL) I hate the Dim in VB because it no longer is a dimension. Maybe if VB used Def or define instead I might agree. As far as the “;” is concerned, I think that the “_” was worse. The situation has improved, but is it really better? I do agree that sometimes, especially with enumeration, it should not be necessary to specify the entire path. Would be good is C# fixed this. Anyway, VB does not follow other languages as well as C#. C# follows standards created by C and C++.

              V P 2 Replies Last reply
              0
              • _ _beauw_

                I've worked extensively with both. I prefer C# because of my years working with brace-based languages. However, the snobbery that real C# enthusiasts exhibit toward VB.NET programmers is also misplaced in my opinion.

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #13

                That 'snobbery' comes from bad experiences, at least in my case. When someone like the guy who wrote that article claims to have many years of experience and then has nothing else to worry about than case sensitivity, switch/case statements, IDE support or array redimensioning, then something is seriously wrong. It may just be my perception, but thst kind of extremely narrow view and VB often come together. Let them sit in their little world and think they are the best, I don't care. But if I have any choice, I avoid having to work with such people.

                I'm invincible, I can't be vinced

                V U 2 Replies Last reply
                0
                • J Jorgen Andersson

                  Here[^] Now, where was that bulletproof vest? <Takes cover under a fireproof blanket> A bulletproof vest can take at least one 45ACP, right?

                  Light moves faster than sound. That is why some people appear bright, until you hear them speak. List of common misconceptions

                  L Offline
                  L Offline
                  Lost User
                  wrote on last edited by
                  #14

                  Didn't know VB was a programming language - I though it was used to teach primates.

                  V 1 Reply Last reply
                  0
                  • J Jorgen Andersson

                    Here[^] Now, where was that bulletproof vest? <Takes cover under a fireproof blanket> A bulletproof vest can take at least one 45ACP, right?

                    Light moves faster than sound. That is why some people appear bright, until you hear them speak. List of common misconceptions

                    A Offline
                    A Offline
                    AspDotNetDev
                    wrote on last edited by
                    #15

                    Most of that is garbage, and some of it is plain wrong. For example, all of this is valid in C#:

                    double d = Microsoft.VisualBasic.Financial.Pmt(0, 0, 0);
                    bool b = Microsoft.VisualBasic.Information.IsNumeric("0");
                    int[] a = { 1, 2 };
                    Array.Resize(ref a, 3);

                    C# is nice because it doesn't pollute the main namespace with all that useless crud. Some quick replies to the rest of the garbage: 1) Intellisense will handle case for you, and case can be good anyway. 2) The switch statement is to optimize using a hash table, and the VB "extras" will not optimize. Use "if" instead. Alternatively, call functions until one meets condition... that could probably be adapted to act like a switch. 3) Learn how to use refactoring. 4) And if you don't know English? Not to mention VB allows for + in string concatenation as well... 5) I have had better experience with C# Intellisense. 6) See above. 7) Learn more about compiler design. This allows for faster compilation and better recovery from errors (such as during Intellisense compilation), which means the actual line with an error can be found more accurately by the compiler. 8) That has nothing to do with logic. That is a matter of preference. More often than not, I know the variable type before I have named that variable, so I prefer type first. And, again, if you don't know English? 9) Tie me up and whip me. The stricter, the better. 10) See above.

                    Thou mewling ill-breeding pignut!

                    OriginalGriffO J 2 Replies Last reply
                    0
                    • J Jason Hooper

                      Most of what he writes is completely valid. If I had to start again from scratch today, I would probably pick VB over C#, especially since they compile to the same MSIL anyway. However, C# just looks more natural to me, and none of the issues he raises in the article actually lowers my productivity in any way, so I continue to use it. In my college days, I had this kind of holier-than-thou attitude toward VB programmers (as a C programmer), but when I became an adult I cleaned my brain of such needless egotistical crap. Now I just code what needs to be coded, clock out at the end of the day, and get on with things. Not much to it.

                      Jason

                      A Offline
                      A Offline
                      AspDotNetDev
                      wrote on last edited by
                      #16

                      Jason Hooper wrote:

                      Most of what he writes is completely valid

                      You and I must have different definitions of "most". :)

                      Thou mewling ill-breeding pignut!

                      1 Reply Last reply
                      0
                      • OriginalGriffO OriginalGriff

                        To add to the above: 1) Case is case - and people use it for different things. Personnaly, I like case to be maintained as it ensures camelCase it not lost halfway through - and since Intellisense sorts it out for you, it is hardly a problem. 2) I will give them that one - but the case statement is not meant for things like that: if statements are. 3) Is it so much work to do this? Rename works to re-assign the handler in C# anyway... 4) If you can't work out symbols for operators, perhaps you would be better off with COBOL... 5) I prefer the C# snippet "prop":

                        prop[TAB][TAB]

                        public int MyProperty { get; set; }

                        Ready to be filled in... 6) Char.IsNumber anyone? 7) For the same reason that most languages have a full stop at the end of the sentence. 8) Doctor Jones, anyone? Professor Plum? Constable Smith? Mr White? Mrs Black? 9) Strictness is a virtue of C# not a problem - hence the existance of type safe List<T> rather than ArrayList 10) And what do you think ReDim Preserve is doing behind the scenes? At least with the C# version it is obvious that this is going to consume time and memory... IMHO Andy Brown needs to get a bit more real-world experience before shooting his keyboard off...

                        Ideological Purity is no substitute for being able to stick your thumb down a pipe to stop the water

                        A Offline
                        A Offline
                        AspDotNetDev
                        wrote on last edited by
                        #17

                        OriginalGriff wrote:

                        Char.IsNumber anyone

                        I think that only checks a single character. Personally, I'd use int.TryParse or double.TryParse, but IsNumeric also can be called from C# by referencing the Microsoft.VisualBasic namespace. You might find this interesting as well (most of what I say matches what you say). :)

                        Thou mewling ill-breeding pignut!

                        1 Reply Last reply
                        0
                        • A AspDotNetDev

                          Most of that is garbage, and some of it is plain wrong. For example, all of this is valid in C#:

                          double d = Microsoft.VisualBasic.Financial.Pmt(0, 0, 0);
                          bool b = Microsoft.VisualBasic.Information.IsNumeric("0");
                          int[] a = { 1, 2 };
                          Array.Resize(ref a, 3);

                          C# is nice because it doesn't pollute the main namespace with all that useless crud. Some quick replies to the rest of the garbage: 1) Intellisense will handle case for you, and case can be good anyway. 2) The switch statement is to optimize using a hash table, and the VB "extras" will not optimize. Use "if" instead. Alternatively, call functions until one meets condition... that could probably be adapted to act like a switch. 3) Learn how to use refactoring. 4) And if you don't know English? Not to mention VB allows for + in string concatenation as well... 5) I have had better experience with C# Intellisense. 6) See above. 7) Learn more about compiler design. This allows for faster compilation and better recovery from errors (such as during Intellisense compilation), which means the actual line with an error can be found more accurately by the compiler. 8) That has nothing to do with logic. That is a matter of preference. More often than not, I know the variable type before I have named that variable, so I prefer type first. And, again, if you don't know English? 9) Tie me up and whip me. The stricter, the better. 10) See above.

                          Thou mewling ill-breeding pignut!

                          OriginalGriffO Offline
                          OriginalGriffO Offline
                          OriginalGriff
                          wrote on last edited by
                          #18

                          AspDotNetDev wrote:

                          Tie me up and whip me. The stricter, the better.

                          I was sooooo tempted to make that my new sig...with the appropriate attribution, of course. It probably didn't help that Rihanna was singing "S&M" in the background when I read that.

                          Ideological Purity is no substitute for being able to stick your thumb down a pipe to stop the water

                          "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                          "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                          A 1 Reply Last reply
                          0
                          • OriginalGriffO OriginalGriff

                            AspDotNetDev wrote:

                            Tie me up and whip me. The stricter, the better.

                            I was sooooo tempted to make that my new sig...with the appropriate attribution, of course. It probably didn't help that Rihanna was singing "S&M" in the background when I read that.

                            Ideological Purity is no substitute for being able to stick your thumb down a pipe to stop the water

                            A Offline
                            A Offline
                            AspDotNetDev
                            wrote on last edited by
                            #19

                            :laugh: Chains* and whips excite me! *LinkedList, of course...

                            Thou mewling ill-breeding pignut!

                            P 1 Reply Last reply
                            0
                            • A AspDotNetDev

                              Most of that is garbage, and some of it is plain wrong. For example, all of this is valid in C#:

                              double d = Microsoft.VisualBasic.Financial.Pmt(0, 0, 0);
                              bool b = Microsoft.VisualBasic.Information.IsNumeric("0");
                              int[] a = { 1, 2 };
                              Array.Resize(ref a, 3);

                              C# is nice because it doesn't pollute the main namespace with all that useless crud. Some quick replies to the rest of the garbage: 1) Intellisense will handle case for you, and case can be good anyway. 2) The switch statement is to optimize using a hash table, and the VB "extras" will not optimize. Use "if" instead. Alternatively, call functions until one meets condition... that could probably be adapted to act like a switch. 3) Learn how to use refactoring. 4) And if you don't know English? Not to mention VB allows for + in string concatenation as well... 5) I have had better experience with C# Intellisense. 6) See above. 7) Learn more about compiler design. This allows for faster compilation and better recovery from errors (such as during Intellisense compilation), which means the actual line with an error can be found more accurately by the compiler. 8) That has nothing to do with logic. That is a matter of preference. More often than not, I know the variable type before I have named that variable, so I prefer type first. And, again, if you don't know English? 9) Tie me up and whip me. The stricter, the better. 10) See above.

                              Thou mewling ill-breeding pignut!

                              J Offline
                              J Offline
                              Jorgen Andersson
                              wrote on last edited by
                              #20

                              AspDotNetDev wrote:

                              Most of that is garbage, and some of it is plain wrong. For example, all of this is valid in C#:

                              double d = Microsoft.VisualBasic.Financial.Pmt(0, 0, 0);
                              bool b = Microsoft.VisualBasic.Information.IsNumeric("0");
                              int[] a = { 1, 2 };
                              Array.Resize(ref a, 3);

                              Now, that's funny. :thumbsup:

                              Light moves faster than sound. That is why some people appear bright, until you hear them speak. List of common misconceptions

                              1 Reply Last reply
                              0
                              • A AspDotNetDev

                                :laugh: Chains* and whips excite me! *LinkedList, of course...

                                Thou mewling ill-breeding pignut!

                                P Offline
                                P Offline
                                Pete OHanlon
                                wrote on last edited by
                                #21

                                Sean will be along shortly. See my sig.

                                *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                                "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                                My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                                A 1 Reply Last reply
                                0
                                • P Pete OHanlon

                                  Sean will be along shortly. See my sig.

                                  *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                                  "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                                  My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                                  A Offline
                                  A Offline
                                  AspDotNetDev
                                  wrote on last edited by
                                  #22

                                  Time for a new video.

                                  Thou mewling ill-breeding pignut!

                                  1 Reply Last reply
                                  0
                                  • J Jorgen Andersson

                                    Here[^] Now, where was that bulletproof vest? <Takes cover under a fireproof blanket> A bulletproof vest can take at least one 45ACP, right?

                                    Light moves faster than sound. That is why some people appear bright, until you hear them speak. List of common misconceptions

                                    K Offline
                                    K Offline
                                    Keith Barrow
                                    wrote on last edited by
                                    #23

                                    Let's take his argument apart: 1) Case sensitivity: Even at a basic level, A != a, otherwise they would have the same shape, and be called "just" a. OK, that isn't exactly what he is on about, but he does make the point that a word is a word no matter how it is capitalised. I wonder whether he'd prefer some RAM in his port, or some ram in his port. Allowing the user to use foo Foo fOo is just going to help make the code less readable. This is by far his weakest argument. 2)The Swicth clause. Syntactic Garbage. Not only are they best avoided, this feature in VB encourages them. The real syntactic badness comes when you consider (in his example) 17 matches all the case statements, but only evaluates the first. This is the real reason why is not implemented in c based langages. 3) Event Handling On the surface this is pretty neat. Now get the same method to handle two button clicks. Unless my VB knowledge is lacking (and it could be) not so neat now, having to use the AddHandler stuff. He is right about the re-naming: this is a PITA. 4)Stupid Symbols Which column looks like it was designed by a real person someone who knows something? FTFH! C# was written by academics. Aha! "In the real world arguments" are a near automatic fail in my book, I'm rarely convinced by them, it is also interesting to note academics are not real people. Perhaps they are dolphins, or imaginary. To flip this on its head, VB has the problem that, an and in an English sentence is often used to mean or and vice versa (if the temperature is 0K, 273K and 373K then it is a special temperature ). The symbols are unambiguous. He also leaves out the less "real person" operators such as AndAlso, the threatening OrElse and of course the very friendly XOR. Take this code:

                                    Dim x As Integer
                                    x = 3 And 5

                                    3 and 5? If a "real person" were to answer this 8. But it is now a bitwise op: so 1. WAT. Again the symbols disambiguate, and developers should be able to cope with the more mathematical symbols rather than baby language. 4 Autocorrection Technically this isn't a language thing. He fails here because c# has a snippet: type prop then hit tab and scaffold your property away. Much quicker than the V equivalent when you are used to it. 6 Lack of supported functions I already know if my value is numeric. If it isn't I will cast it. Do I really need a Mortgage calculation built in to my language? No, if I need it I will include Visua

                                    S 1 Reply Last reply
                                    0
                                    • J Jorgen Andersson

                                      Here[^] Now, where was that bulletproof vest? <Takes cover under a fireproof blanket> A bulletproof vest can take at least one 45ACP, right?

                                      Light moves faster than sound. That is why some people appear bright, until you hear them speak. List of common misconceptions

                                      P Offline
                                      P Offline
                                      PJ Arends
                                      wrote on last edited by
                                      #24

                                      Linked article wrote:

                                      Andy ‘Wise Owl’ Brown decided to write a tongue-in-cheek rant whilst he could still remember the pain-points. 'Convert to VB.NET! You have nothing to lose but your semi-colons! '>

                                      Seems most of you take yourselves way too seriously.

                                      Independent ACN Business Owner

                                      • Check out the possibilities for your future!
                                      • Financial independance
                                      • Full time or Part time
                                      • In more than 20 countries through North America, Europe, Asia and the Pacific
                                      • Featuring the ACN IRIS 5000 video phone. See the person you are talking to.

                                      Within you lies the power for good - Use it!

                                      P K 2 Replies Last reply
                                      0
                                      • P PJ Arends

                                        Linked article wrote:

                                        Andy ‘Wise Owl’ Brown decided to write a tongue-in-cheek rant whilst he could still remember the pain-points. 'Convert to VB.NET! You have nothing to lose but your semi-colons! '>

                                        Seems most of you take yourselves way too seriously.

                                        Independent ACN Business Owner

                                        • Check out the possibilities for your future!
                                        • Financial independance
                                        • Full time or Part time
                                        • In more than 20 countries through North America, Europe, Asia and the Pacific
                                        • Featuring the ACN IRIS 5000 video phone. See the person you are talking to.

                                        Within you lies the power for good - Use it!

                                        P Offline
                                        P Offline
                                        Pete OHanlon
                                        wrote on last edited by
                                        #25

                                        I have deliberately avoided reading this article because I find any article that lays out any form of language x is better than language y is flawed.

                                        *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                                        "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                                        My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                                        1 Reply Last reply
                                        0
                                        • P PJ Arends

                                          Linked article wrote:

                                          Andy ‘Wise Owl’ Brown decided to write a tongue-in-cheek rant whilst he could still remember the pain-points. 'Convert to VB.NET! You have nothing to lose but your semi-colons! '>

                                          Seems most of you take yourselves way too seriously.

                                          Independent ACN Business Owner

                                          • Check out the possibilities for your future!
                                          • Financial independance
                                          • Full time or Part time
                                          • In more than 20 countries through North America, Europe, Asia and the Pacific
                                          • Featuring the ACN IRIS 5000 video phone. See the person you are talking to.

                                          Within you lies the power for good - Use it!

                                          K Offline
                                          K Offline
                                          Keith Barrow
                                          wrote on last edited by
                                          #26

                                          Never pass up the opportunity for a good rant!

                                          Sort of a cross between Lawrence of Arabia and Dilbert.[^]
                                          -Or-
                                          A Dead ringer for Kate Winslett[^]

                                          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