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. Why VB.Net blah blah... [modified]

Why VB.Net blah blah... [modified]

Scheduled Pinned Locked Moved The Lounge
csharp
70 Posts 44 Posters 19 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.
  • F Fabio Franco

    This is one of the most shocking and most stupid things I've ever heard. If I were you I would throw pretty much every argument I have and can google in order to make him change his mind. I can suggest you one (hope not to be flamed): VB programmers are VB programmers because they don't know or are incapable of programming in any other language. Converting the project to VB is a downgrade in quality and practices. It will stimulate bad programmers to join the project's team and it will repel good programmers and thus, decreasing the quality of the software and it's maintenance. And yes, VB is a scourge and I feel pretty ashamed to have started programming on it (VB 5).

    R Offline
    R Offline
    rurouniRonin
    wrote on last edited by
    #37

    VB is designed to be human readable and easy to understand and it does the job just fine. The only bad VB programmers out there are programmers that are equally bad at programming in any other language - it's not the language that's at fault, it's the people using it poorly. Give a bad driver a bentley and he'll still crash it regardless of how awesome it is. Converting to VB just means a project will have slightly less OO control and capability. In most situations you don't need those extra goodies in any case. One day you will be saying exactly the same thing about C#. Back in the day people thought VB was awesome too. Languages suit personal tastes and styles and the task at hand. Like if I need to write a game I use C#, if I need to make a simple windows app I use VB. Give an example of why VB is terrible rather than just complaining about it and then give an example of why another language is so much greater :(

    F 1 Reply Last reply
    0
    • R realJSOP

      I wasn't ready for this:

      Dim [step] as String

      I was shocked and appalled to find out that VB allows you to do this kind of thing - using reserved words as variable names... Not only freakin' amazing, but amazingly bad practice... And you guys should just go ahead and brace yoourselves - after coding our Silverlight project in C# since March (and that is between 90 and 95% completed), my boss had a fit and decided he wanted it converted to VB because that's what everything else in the shop is coded in (and he was the one that okayed C# to begin with). I am (and I think understandably so) quite upset/annoyed/pissed off about it. Expect to see more posts like this as I progress through the conversion. IMHO, VB is a scourge on mankind.

      .45 ACP - because shooting twice is just silly
      -----
      "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
      -----
      "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

      modified on Thursday, November 18, 2010 9:55 AM

      K Offline
      K Offline
      Kalyan_A
      wrote on last edited by
      #38

      not sure what the fuss is all about! its a feature supported by (almost) all the languages out there!!! with all due respect, looks like you are just frustrated for having to work in vb!!! ..peace... :rose: btw... yes i do develop in vb most of the time :)

      1 Reply Last reply
      0
      • R realJSOP

        I'm using a web site that converts. For the most part, it does an okay job, but Linq statements tend to freak it out. I have a LOT of linq statements. I hate pretty much everything about VB, so this makes me hate my job. I updated my resume last night. I think my boss doesn't want to learn C#. I recognize that VB abnd C# are pretty much the same, but the differences are infuriating, and I simply don't like coding in it. NOTHING will change my outlook regarding VB. It has no redeeming features.

        .45 ACP - because shooting twice is just silly
        -----
        "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
        -----
        "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

        S Offline
        S Offline
        ScottM1
        wrote on last edited by
        #39

        I agree with GDMFSOB, SharpDevelop is an excellent converter.

        1 Reply Last reply
        0
        • R rurouniRonin

          VB is designed to be human readable and easy to understand and it does the job just fine. The only bad VB programmers out there are programmers that are equally bad at programming in any other language - it's not the language that's at fault, it's the people using it poorly. Give a bad driver a bentley and he'll still crash it regardless of how awesome it is. Converting to VB just means a project will have slightly less OO control and capability. In most situations you don't need those extra goodies in any case. One day you will be saying exactly the same thing about C#. Back in the day people thought VB was awesome too. Languages suit personal tastes and styles and the task at hand. Like if I need to write a game I use C#, if I need to make a simple windows app I use VB. Give an example of why VB is terrible rather than just complaining about it and then give an example of why another language is so much greater :(

          F Offline
          F Offline
          Fabio Franco
          wrote on last edited by
          #40

          John Simmons already posted in his original thread an example of how VB is terrible. There are many others like having to turn Option Stric On to forbid conversions that have loss of precision. This and many other goodies of VB are just a trap to attract bad practices. I myself had to do a lot of re-learning and training to get rid of terrible habits I aquired with VB. Yes, VB is easier to understand for new programmers, it's more readable to them (not to me of course). I agree with you that the language itself isn't enough to tell if someone is a good or a bad programmer. But I think most will agree with me that there are much more bad programmers in VB than there is in C# and that are much more great programmers in C# than there is in VB. The car analogy is also perfect for that. How many excelent drivers are in this group? Car equiped with: Automatic transmission, traction control, ABS brakes, auto traction compensation and on this: Car equiped with: Manual transmission, no traction control, Hardcore brakes, Do high speed turns on your on skill That's my point. Nothing against someone prefer VB, but I'd never do a VB based project if I owned a company. [Edit] My original post was a little offensive and it's not to be taken serious and personally. It does not mean it's a fact, it's just how I feel about it without having to put all arguments on the table.

          modified on Friday, November 19, 2010 6:53 AM

          R 1 Reply Last reply
          0
          • R realJSOP

            I wasn't ready for this:

            Dim [step] as String

            I was shocked and appalled to find out that VB allows you to do this kind of thing - using reserved words as variable names... Not only freakin' amazing, but amazingly bad practice... And you guys should just go ahead and brace yoourselves - after coding our Silverlight project in C# since March (and that is between 90 and 95% completed), my boss had a fit and decided he wanted it converted to VB because that's what everything else in the shop is coded in (and he was the one that okayed C# to begin with). I am (and I think understandably so) quite upset/annoyed/pissed off about it. Expect to see more posts like this as I progress through the conversion. IMHO, VB is a scourge on mankind.

            .45 ACP - because shooting twice is just silly
            -----
            "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
            -----
            "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

            modified on Thursday, November 18, 2010 9:55 AM

            O Offline
            O Offline
            Oyvind Sean Kinsey
            wrote on last edited by
            #41

            Is it time to start the flaming yet? C# has its pros/cons VB.net has its pros/cons For instance - I hate C# in VS as it doesn't background compile - change some stuff and you have no way of knowing if it will build before you actually build it - pretty annoying on large projects.. Which one is the best? We'll never know..

            1 Reply Last reply
            0
            • R realJSOP

              I wasn't ready for this:

              Dim [step] as String

              I was shocked and appalled to find out that VB allows you to do this kind of thing - using reserved words as variable names... Not only freakin' amazing, but amazingly bad practice... And you guys should just go ahead and brace yoourselves - after coding our Silverlight project in C# since March (and that is between 90 and 95% completed), my boss had a fit and decided he wanted it converted to VB because that's what everything else in the shop is coded in (and he was the one that okayed C# to begin with). I am (and I think understandably so) quite upset/annoyed/pissed off about it. Expect to see more posts like this as I progress through the conversion. IMHO, VB is a scourge on mankind.

              .45 ACP - because shooting twice is just silly
              -----
              "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
              -----
              "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

              modified on Thursday, November 18, 2010 9:55 AM

              M Offline
              M Offline
              MikeD 2
              wrote on last edited by
              #42

              I still don't understand why everyone moans so much about VB when all you have to do is to use it intelligently and it is as good as any other language I haven't come across a language yet (limited experience admittedly) that you cannot do something stupid in you can get in a car and drive it into a wall but it would be "amazingly bad practice" you can hold a gun or a knife and hurt yourself but it would be "amazingly bad practice" Sorry about the rant, having a bad day and was trying to divert myself when I read this thread

              R 1 Reply Last reply
              0
              • F Fabio Franco

                John Simmons already posted in his original thread an example of how VB is terrible. There are many others like having to turn Option Stric On to forbid conversions that have loss of precision. This and many other goodies of VB are just a trap to attract bad practices. I myself had to do a lot of re-learning and training to get rid of terrible habits I aquired with VB. Yes, VB is easier to understand for new programmers, it's more readable to them (not to me of course). I agree with you that the language itself isn't enough to tell if someone is a good or a bad programmer. But I think most will agree with me that there are much more bad programmers in VB than there is in C# and that are much more great programmers in C# than there is in VB. The car analogy is also perfect for that. How many excelent drivers are in this group? Car equiped with: Automatic transmission, traction control, ABS brakes, auto traction compensation and on this: Car equiped with: Manual transmission, no traction control, Hardcore brakes, Do high speed turns on your on skill That's my point. Nothing against someone prefer VB, but I'd never do a VB based project if I owned a company. [Edit] My original post was a little offensive and it's not to be taken serious and personally. It does not mean it's a fact, it's just how I feel about it without having to put all arguments on the table.

                modified on Friday, November 19, 2010 6:53 AM

                R Offline
                R Offline
                rurouniRonin
                wrote on last edited by
                #43

                Haha, basically at the end of the day it all comes down to situation and preference ;) If I knew someone was a terrible dev I would make damn sure they use a strict managed language like C# so that no funny business happens - unless they are making a calculator in which case I don't really care :} I mean none of the popular languages are inherently bad languages or terribly structured. Given a decent dev they can all shine and accomplish any of the tasks that are given to them. Some of them are just unfortunate enough to attract the less skilled, especially the ones that are very easy to understand and develop in - poor VB really gets the short end of that stick, grandpa Delphi as well. Then more skilled devs have to come in afterwards to fix the mess and the raging begins ;) Personally, I have a very unnatural dislike for Java (like some have for VB) even though I know it isn't actually a bad language and is actually pretty good at a lot of things. No matter what anyone tells me though, I will never, never use it out of choice :3 In all honesty I only use VB now for small applications or applications where I am the only developer or can trust the devs I'm working with. I really enjoy implicit conversion and my coding style and way of thinking prevent the horrors that could otherwise result from it. Don't get me wrong, I've raged aplenty over the years but I'm past that now so its no longer and issue. Nowadays I'm normally doing PHP dev so it doesn't matter anymore ;3 I will say though that if my C++ skills were better I would use that and only that - C++ is the epitome of sheer awesomeness (barring the fact that it's old and hasn't got a lot of the fancy new stuff). This post of mine is rather pointless once all is said and done but i like speaking my mind and if you've read this far it wasn't a total waste ;) PS: C# is cool and I wish the VS environment would be enhanced and improved so that parsing and the display of parsing results in the text editor would not be so miserably slow. One thing VB beats C# at! ;)

                F 1 Reply Last reply
                0
                • M MikeD 2

                  I still don't understand why everyone moans so much about VB when all you have to do is to use it intelligently and it is as good as any other language I haven't come across a language yet (limited experience admittedly) that you cannot do something stupid in you can get in a car and drive it into a wall but it would be "amazingly bad practice" you can hold a gun or a knife and hurt yourself but it would be "amazingly bad practice" Sorry about the rant, having a bad day and was trying to divert myself when I read this thread

                  R Offline
                  R Offline
                  rurouniRonin
                  wrote on last edited by
                  #44

                  *hand on shoulder* the week is nearly over, hang in there!!

                  M 1 Reply Last reply
                  0
                  • R rurouniRonin

                    Haha, basically at the end of the day it all comes down to situation and preference ;) If I knew someone was a terrible dev I would make damn sure they use a strict managed language like C# so that no funny business happens - unless they are making a calculator in which case I don't really care :} I mean none of the popular languages are inherently bad languages or terribly structured. Given a decent dev they can all shine and accomplish any of the tasks that are given to them. Some of them are just unfortunate enough to attract the less skilled, especially the ones that are very easy to understand and develop in - poor VB really gets the short end of that stick, grandpa Delphi as well. Then more skilled devs have to come in afterwards to fix the mess and the raging begins ;) Personally, I have a very unnatural dislike for Java (like some have for VB) even though I know it isn't actually a bad language and is actually pretty good at a lot of things. No matter what anyone tells me though, I will never, never use it out of choice :3 In all honesty I only use VB now for small applications or applications where I am the only developer or can trust the devs I'm working with. I really enjoy implicit conversion and my coding style and way of thinking prevent the horrors that could otherwise result from it. Don't get me wrong, I've raged aplenty over the years but I'm past that now so its no longer and issue. Nowadays I'm normally doing PHP dev so it doesn't matter anymore ;3 I will say though that if my C++ skills were better I would use that and only that - C++ is the epitome of sheer awesomeness (barring the fact that it's old and hasn't got a lot of the fancy new stuff). This post of mine is rather pointless once all is said and done but i like speaking my mind and if you've read this far it wasn't a total waste ;) PS: C# is cool and I wish the VS environment would be enhanced and improved so that parsing and the display of parsing results in the text editor would not be so miserably slow. One thing VB beats C# at! ;)

                    F Offline
                    F Offline
                    Fabio Franco
                    wrote on last edited by
                    #45

                    It's great you speak your mind, so yes I've read it all. ;) I too find C++ the almighty cool, but it's much harder to work with. I've been there, but need a lot of practice to go back there, and I have bought a few books to leverage my skills in C++ for when I have time to go for it. Anyways, all in all, I have a big rant on VB and don't mind the slowness in the editor :-D

                    1 Reply Last reply
                    0
                    • R rurouniRonin

                      *hand on shoulder* the week is nearly over, hang in there!!

                      M Offline
                      M Offline
                      MikeD 2
                      wrote on last edited by
                      #46

                      lol, thanks for that, I feel better now

                      1 Reply Last reply
                      0
                      • G Gary Wheeler

                        So what? The automated tool could just as easily generate a decorated name (__object__) that wasn't a reserved name in the language. I maintain that this is a stupid feature, one that inexperienced programmers will delight in, and the rest of us will have to clean up their shit.

                        Software Zen: delete this;

                        N Offline
                        N Offline
                        Nemanja Trifunovic
                        wrote on last edited by
                        #47

                        Not that I really care, but why is __object__ better than @object? Both are "decorated", right?

                        utf8-cpp

                        G 1 Reply Last reply
                        0
                        • R realJSOP

                          I'm using a web site that converts. For the most part, it does an okay job, but Linq statements tend to freak it out. I have a LOT of linq statements. I hate pretty much everything about VB, so this makes me hate my job. I updated my resume last night. I think my boss doesn't want to learn C#. I recognize that VB abnd C# are pretty much the same, but the differences are infuriating, and I simply don't like coding in it. NOTHING will change my outlook regarding VB. It has no redeeming features.

                          .45 ACP - because shooting twice is just silly
                          -----
                          "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                          -----
                          "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

                          K Offline
                          K Offline
                          kwells7101
                          wrote on last edited by
                          #48

                          I agree with you. Good Luck!!!

                          1 Reply Last reply
                          0
                          • N Nemanja Trifunovic

                            Not that I really care, but why is __object__ better than @object? Both are "decorated", right?

                            utf8-cpp

                            G Offline
                            G Offline
                            Gary Wheeler
                            wrote on last edited by
                            #49

                            That's true. I still dislike the notion that the compiler provides a feature that states: "Yeah, this is a dumb thing to do, but here's how I'll let you do it..." when there's a simpler method around it. The compiler has to provide this feature, which increases its complexity, testing time, and so on, for a limited audience. It's like Apple selling every iPod with 500MB of disco that you can't delete, just because some loading dock worker at Apple likes the stuff.

                            Software Zen: delete this;

                            1 Reply Last reply
                            0
                            • R realJSOP

                              Yeah - like I said, it would never even cross my mind to do soemthing like that. It's just stupid.

                              .45 ACP - because shooting twice is just silly
                              -----
                              "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                              -----
                              "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

                              S Offline
                              S Offline
                              Slow Eddie
                              wrote on last edited by
                              #50

                              Yes John BUT 1. It blows up your whole argument about the so called superiority of your language 2. You VB Haters make me sick. It's just syntax and what you know 3. It seems to me that you are as unreasonable and pig headed about it as your boss - more so if all other programs in the shop are in VB.net... 4. The golden Rule applies "the man with the gold makes the rule" 5. And Finally "Nyah, Nyah....Nyah,Nyah,Nyah!

                              G 1 Reply Last reply
                              0
                              • R realJSOP

                                I wasn't ready for this:

                                Dim [step] as String

                                I was shocked and appalled to find out that VB allows you to do this kind of thing - using reserved words as variable names... Not only freakin' amazing, but amazingly bad practice... And you guys should just go ahead and brace yoourselves - after coding our Silverlight project in C# since March (and that is between 90 and 95% completed), my boss had a fit and decided he wanted it converted to VB because that's what everything else in the shop is coded in (and he was the one that okayed C# to begin with). I am (and I think understandably so) quite upset/annoyed/pissed off about it. Expect to see more posts like this as I progress through the conversion. IMHO, VB is a scourge on mankind.

                                .45 ACP - because shooting twice is just silly
                                -----
                                "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                                -----
                                "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

                                modified on Thursday, November 18, 2010 9:55 AM

                                M Offline
                                M Offline
                                Michael Kingsford Gray
                                wrote on last edited by
                                #51

                                "VB is a scourge on mankind" Irrational Bigot.

                                1 Reply Last reply
                                0
                                • R realJSOP

                                  I wasn't ready for this:

                                  Dim [step] as String

                                  I was shocked and appalled to find out that VB allows you to do this kind of thing - using reserved words as variable names... Not only freakin' amazing, but amazingly bad practice... And you guys should just go ahead and brace yoourselves - after coding our Silverlight project in C# since March (and that is between 90 and 95% completed), my boss had a fit and decided he wanted it converted to VB because that's what everything else in the shop is coded in (and he was the one that okayed C# to begin with). I am (and I think understandably so) quite upset/annoyed/pissed off about it. Expect to see more posts like this as I progress through the conversion. IMHO, VB is a scourge on mankind.

                                  .45 ACP - because shooting twice is just silly
                                  -----
                                  "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                                  -----
                                  "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

                                  modified on Thursday, November 18, 2010 9:55 AM

                                  J Offline
                                  J Offline
                                  jsc42
                                  wrote on last edited by
                                  #52

                                  I am going to advocate the opposite position. ;P Reserved words are the scourge of a programmer. There shouldn't be any at all. Languages like Algol 60 had no reserved words; language constructs were represented by symbols, e.g. the if symbol was not the word 'if' even if the compiler writer decided to use the letter 'i' and 'f' concatenated to represent the symbol because the hardware of the day did not have a native if symbol. Half a century later, that forward thinking philosophy has gone out of the window (no pun intended). Why should I be restricted in my choice of words - if there is a word that accurately and succintly describes what I want, what right has some anonymous progam language designer got to ban me from using it? For example, if I have a method to stop a task that is running, what could be more natural than calling the method Stop? It should not matter that the language designer has also realised that Stop is a good way of saying stop doing something. I never thought I'd say this but "Well done, VB designers". The language should free you to express your thoughts and ideas, not contain you to some restrictive speech patterns. This is not 1984. No Orwellian Newspeak here, please.

                                  T 1 Reply Last reply
                                  0
                                  • G GDMFSOB

                                    Download SharpDevelop its an open source C# IDE that has a built in C# to VB and vice versa converter works like a charm, I write in VB and an constanly too lazy to convert C# to VB manually, or you can get hold of .net reflector, you can reverse engineer the whole project into any .net lanugauge you want in one foul swoop. :)

                                    D Offline
                                    D Offline
                                    djdanlib 0
                                    wrote on last edited by
                                    #53

                                    Typo or not, "foul swoop" is an excellent term. Ugh, I feel bad for everyone involved in this project. At one consulting job (when VS2005 was the bees knees), I had to update seriously nasty spaghetti code written in VB5 by manager-types who thought they knew programming because they could barely handle some rudimentary VB3. It was approximately on the level of someone learning to code for the first time and I could see the bad habits as they developed by reading code from older to newer files. Physics-related things were simulated because nobody could figure out how to do basic calculus for the physics, and the results varied widely depending on what fraction of a second you simulated per iteration. They had global variables everywhere and everything used a horrible mix of the globals and similarly named variables inside loops. Yeah, there were GOTOs all over the place, including one label - seriously - called "wtfamidoing" inside an approximately 6-levels-deep nested FOR-NEXT birds' nest (which was an extremely buggy physics simulation), with comments like "I don't know why this works", "good enough for now" and "arggh, figure this out later" by the GOTOs that took you there. Months later, everyone was still giving me out-of-scope stuff to add/fix/alter "as long as you're in there"... and the product still wasn't shipping... and management was okay as long as they were getting paid! So I share in your pain, guys. I got to share plenty of jokes about the fictional COME FROM statement with my coworkers, though. Comedy gold.

                                    1 Reply Last reply
                                    0
                                    • H Henry Minute

                                      Agreed!

                                      Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

                                      D Offline
                                      D Offline
                                      djdanlib 0
                                      wrote on last edited by
                                      #54

                                      Seconded! If I wanted my code to look like perl, I'd use perl!

                                      1 Reply Last reply
                                      0
                                      • J jsc42

                                        I am going to advocate the opposite position. ;P Reserved words are the scourge of a programmer. There shouldn't be any at all. Languages like Algol 60 had no reserved words; language constructs were represented by symbols, e.g. the if symbol was not the word 'if' even if the compiler writer decided to use the letter 'i' and 'f' concatenated to represent the symbol because the hardware of the day did not have a native if symbol. Half a century later, that forward thinking philosophy has gone out of the window (no pun intended). Why should I be restricted in my choice of words - if there is a word that accurately and succintly describes what I want, what right has some anonymous progam language designer got to ban me from using it? For example, if I have a method to stop a task that is running, what could be more natural than calling the method Stop? It should not matter that the language designer has also realised that Stop is a good way of saying stop doing something. I never thought I'd say this but "Well done, VB designers". The language should free you to express your thoughts and ideas, not contain you to some restrictive speech patterns. This is not 1984. No Orwellian Newspeak here, please.

                                        T Offline
                                        T Offline
                                        tobywf
                                        wrote on last edited by
                                        #55

                                        Hmm, that sounds great - until you have to work in a team, where other people have to read your code, then it's just egoistical. That's why we prefere C# over VB. Much more consistent to read (think stylecop, fxcop), among other reasons.

                                        1 Reply Last reply
                                        0
                                        • R realJSOP

                                          I'm using a web site that converts. For the most part, it does an okay job, but Linq statements tend to freak it out. I have a LOT of linq statements. I hate pretty much everything about VB, so this makes me hate my job. I updated my resume last night. I think my boss doesn't want to learn C#. I recognize that VB abnd C# are pretty much the same, but the differences are infuriating, and I simply don't like coding in it. NOTHING will change my outlook regarding VB. It has no redeeming features.

                                          .45 ACP - because shooting twice is just silly
                                          -----
                                          "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                                          -----
                                          "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

                                          G Offline
                                          G Offline
                                          G Tek
                                          wrote on last edited by
                                          #56

                                          VB is easier to type - the letters V and B are right beside each other on the keyboard. To type C# you have to go all the way up 3 rows AND hit shift!

                                          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