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. C#
  4. which is preferable

which is preferable

Scheduled Pinned Locked Moved C#
csharpdatabasetestingtools
28 Posts 13 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.
  • S saanj

    It seems that you need to start with your basics as far as the .net technologies are concerned. So I would recommend you to acquire some knowledge before you start your project by buying some good books on .net and referring online materials. Regards Saanj

    There is no foolish question, there is no final answer...

    V Offline
    V Offline
    Vijjuuu
    wrote on last edited by
    #5

    Thanks.

    1 Reply Last reply
    0
    • M Michael Bookatz

      The answer to this question is 6 of one half a dozen of the other! It depends on which skill set you have now and going forward.

      V Offline
      V Offline
      Vijjuuu
      wrote on last edited by
      #6

      Thanks

      1 Reply Last reply
      0
      • C Christian Graus

        They are basically identical. They compile to the same MSIL, and the differences between the languages are minor, and unlikely to affect a project like this. So, go with what you feel comfortable with.

        Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp

        V Offline
        V Offline
        Vijjuuu
        wrote on last edited by
        #7

        Thanks..

        1 Reply Last reply
        0
        • V Vijjuuu

          Hi All, i need some info regarding c# and vb.net. which one(c# or vb.net) will be good to kept as front end , back end will be a database for project like school management system or to develop any kind of automation software. i dont know which can be better one to do this kind of project. Thanks in advance .

          C Offline
          C Offline
          Colin Angus Mackay
          wrote on last edited by
          #8

          They are both much of a muchness. Which one is preferable is based on which ever you prefer using. Or if you are needing to hire developers, which ever one has a supply of good quality (assuming that's what you want) developers in your area.

          Man who stand on hill with mouth open wait long time for roast duck to drop in

          V 1 Reply Last reply
          0
          • C Colin Angus Mackay

            They are both much of a muchness. Which one is preferable is based on which ever you prefer using. Or if you are needing to hire developers, which ever one has a supply of good quality (assuming that's what you want) developers in your area.

            Man who stand on hill with mouth open wait long time for roast duck to drop in

            V Offline
            V Offline
            Vijjuuu
            wrote on last edited by
            #9

            Thanks colin . i am C++ developer and i am familiar with .net but not a expert . But after reading these replies some question got in my mind . may be if it out of topic just ignore my question. my question in what areas does C# and VB.net defer , is it just programmer preference ? or is there any functional areas where these two will be defer ? if my question is too much then pls ignore it . Thank you very much for you time.

            C S 2 Replies Last reply
            0
            • V Vijjuuu

              Thanks colin . i am C++ developer and i am familiar with .net but not a expert . But after reading these replies some question got in my mind . may be if it out of topic just ignore my question. my question in what areas does C# and VB.net defer , is it just programmer preference ? or is there any functional areas where these two will be defer ? if my question is too much then pls ignore it . Thank you very much for you time.

              C Offline
              C Offline
              Colin Angus Mackay
              wrote on last edited by
              #10

              Vijjuuuuuuuuu........... wrote:

              my question in what areas does C# and VB.net defer , is it just programmer preference ? or is there any functional areas where these two will be defer ?

              There are minor differences in the code that is generated by the compiler, but nothing that would get me worked up. The product groups have a policy to keep the two languages broadly in sync, but there are some differences. e.g. VB9 has inline XML - In other words you can write XML in the language and it will create a proper DOM for it. In C# you have to create the objects or parse an XML string to get to the same DOM. They way I look at it is that there are about 100 differences (style/syntactic) and over 100,000 identical things (the methods on the .NET Framework)

              Man who stand on hill with mouth open wait long time for roast duck to drop in

              V 1 Reply Last reply
              0
              • C Colin Angus Mackay

                Vijjuuuuuuuuu........... wrote:

                my question in what areas does C# and VB.net defer , is it just programmer preference ? or is there any functional areas where these two will be defer ?

                There are minor differences in the code that is generated by the compiler, but nothing that would get me worked up. The product groups have a policy to keep the two languages broadly in sync, but there are some differences. e.g. VB9 has inline XML - In other words you can write XML in the language and it will create a proper DOM for it. In C# you have to create the objects or parse an XML string to get to the same DOM. They way I look at it is that there are about 100 differences (style/syntactic) and over 100,000 identical things (the methods on the .NET Framework)

                Man who stand on hill with mouth open wait long time for roast duck to drop in

                V Offline
                V Offline
                Vijjuuu
                wrote on last edited by
                #11

                Thank you so much for your time Colin. i really appreciate for your time .

                1 Reply Last reply
                0
                • V Vijjuuu

                  Thanks colin . i am C++ developer and i am familiar with .net but not a expert . But after reading these replies some question got in my mind . may be if it out of topic just ignore my question. my question in what areas does C# and VB.net defer , is it just programmer preference ? or is there any functional areas where these two will be defer ? if my question is too much then pls ignore it . Thank you very much for you time.

                  S Offline
                  S Offline
                  Singan
                  wrote on last edited by
                  #12

                  I'm absolutly not a expert on the subject, but my friends tell me that you get a lot of hangups when using multi threeds in VB.Net but never in C#. To be frank the tell me 'u get hangups multi threeding in VB.NET ... i doesn't work' So I say use C# because you probably sooner or later like to use this solutions.

                  C S V P C 8 Replies Last reply
                  0
                  • S Singan

                    I'm absolutly not a expert on the subject, but my friends tell me that you get a lot of hangups when using multi threeds in VB.Net but never in C#. To be frank the tell me 'u get hangups multi threeding in VB.NET ... i doesn't work' So I say use C# because you probably sooner or later like to use this solutions.

                    C Offline
                    C Offline
                    Colin Angus Mackay
                    wrote on last edited by
                    #13

                    Singan wrote:

                    my friends tell me that you get a lot of hangups when using multi threeds in VB.Net but never in C#.

                    This argument is specious. You can screw up multi-threading just as easily in C# as you can in VB.

                    Singan wrote:

                    I'm absolutly not a expert on the subject

                    Singan wrote:

                    my friends tell me

                    Singan wrote:

                    So I say use C#

                    Indeed. :|

                    Man who stand on hill with mouth open wait long time for roast duck to drop in

                    1 Reply Last reply
                    0
                    • S Singan

                      I'm absolutly not a expert on the subject, but my friends tell me that you get a lot of hangups when using multi threeds in VB.Net but never in C#. To be frank the tell me 'u get hangups multi threeding in VB.NET ... i doesn't work' So I say use C# because you probably sooner or later like to use this solutions.

                      S Offline
                      S Offline
                      S Senthil Kumar
                      wrote on last edited by
                      #14

                      Singan wrote:

                      To be frank the tell me 'u get hangups multi threeding in VB.NET ... i doesn't work'

                      Sorry, but that is totally untrue, unless they discovered a bug in the VB.NET compiler. Threading is handled by the CLR, and it knows nothing about VB.NET or C#, only MSIL.

                      Regards Senthil [MVP - Visual C#] _____________________________ My Home Page |My Blog | My Articles | My Flickr | WinMacro

                      1 Reply Last reply
                      0
                      • S Singan

                        I'm absolutly not a expert on the subject, but my friends tell me that you get a lot of hangups when using multi threeds in VB.Net but never in C#. To be frank the tell me 'u get hangups multi threeding in VB.NET ... i doesn't work' So I say use C# because you probably sooner or later like to use this solutions.

                        V Offline
                        V Offline
                        Vijjuuu
                        wrote on last edited by
                        #15

                        Thanks Singan, when there is Visual studio , we used to use Visual Basic that is the only front end we used to use. and i used to do automation project in Visual basic . now i am planning to do some projects to .NET so i am confused which one to use C# or VB.NET because both provide window application and both looks really the same . both provide data base connectivity and reporting tools etc.. so i thought of asking experts this forum.

                        P 1 Reply Last reply
                        0
                        • S Singan

                          I'm absolutly not a expert on the subject, but my friends tell me that you get a lot of hangups when using multi threeds in VB.Net but never in C#. To be frank the tell me 'u get hangups multi threeding in VB.NET ... i doesn't work' So I say use C# because you probably sooner or later like to use this solutions.

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

                          Singan wrote:

                          I'm absolutly not a expert on the subject

                          Singan wrote:

                          my friends tell me that you get a lot of hangups when using multi threeds in VB.Net but never in C#.

                          Singan wrote:

                          To be frank the tell me 'u get hangups multi threeding in VB.NET ... i doesn't work'

                          Singan wrote:

                          So I say use C# because you probably sooner or later like to use this solutions.

                          There's nothing like arguing a case from a position of no knowledge. This argument is complete and utter rubbish - in fact, it's been a long time since I've heard an argument that is so completely wrong, that it has a degree in wrongness. You do know that threading is a capability of the OS (and encapsulated by the framework on top) don't you? Given that, you do know that there isn't a VB only version of the .NET runtime don't you. So, stop relying on other people to do your thinking for you, and start thinking for yourself. Any idea that starts with "this bloke told me" is almost always guaranteed to be wrong.

                          "WPF has many lovers. It's a veritable porn star!" - Josh Smith

                          As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

                          My blog | My articles | MoXAML PowerToys | Onyx

                          1 Reply Last reply
                          0
                          • S Singan

                            I'm absolutly not a expert on the subject, but my friends tell me that you get a lot of hangups when using multi threeds in VB.Net but never in C#. To be frank the tell me 'u get hangups multi threeding in VB.NET ... i doesn't work' So I say use C# because you probably sooner or later like to use this solutions.

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

                            Singan wrote:

                            I'm absolutly not a expert on the subject

                            No, and...

                            Singan wrote:

                            but my friends tell me that you get a lot of hangups when using multi threeds in VB.Net but never in C#.

                            it appears your friends are idiots.

                            Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp

                            P S 2 Replies Last reply
                            0
                            • V Vijjuuu

                              Thanks Singan, when there is Visual studio , we used to use Visual Basic that is the only front end we used to use. and i used to do automation project in Visual basic . now i am planning to do some projects to .NET so i am confused which one to use C# or VB.NET because both provide window application and both looks really the same . both provide data base connectivity and reporting tools etc.. so i thought of asking experts this forum.

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

                              Please ignore this idiot. He's wrong - in fact he couldn't be further off the mark if he insisted the earth was flat.

                              "WPF has many lovers. It's a veritable porn star!" - Josh Smith

                              As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

                              My blog | My articles | MoXAML PowerToys | Onyx

                              C R 2 Replies Last reply
                              0
                              • C Christian Graus

                                Singan wrote:

                                I'm absolutly not a expert on the subject

                                No, and...

                                Singan wrote:

                                but my friends tell me that you get a lot of hangups when using multi threeds in VB.Net but never in C#.

                                it appears your friends are idiots.

                                Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp

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

                                Christian Graus wrote:

                                it appears your friends are idiots.

                                Not only his friends - I have to assume they're his frat buddies from idiots anonymous.

                                "WPF has many lovers. It's a veritable porn star!" - Josh Smith

                                As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

                                My blog | My articles | MoXAML PowerToys | Onyx

                                1 Reply Last reply
                                0
                                • P Pete OHanlon

                                  Please ignore this idiot. He's wrong - in fact he couldn't be further off the mark if he insisted the earth was flat.

                                  "WPF has many lovers. It's a veritable porn star!" - Josh Smith

                                  As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

                                  My blog | My articles | MoXAML PowerToys | Onyx

                                  C Offline
                                  C Offline
                                  Colin Angus Mackay
                                  wrote on last edited by
                                  #20

                                  Pete O'Hanlon wrote:

                                  in fact he couldn't be further off the mark if he insisted the earth was flat.

                                  I prefer listening to the arguments of the concave earth society myself. :)

                                  Man who stand on hill with mouth open wait long time for roast duck to drop in

                                  1 Reply Last reply
                                  0
                                  • S Singan

                                    I'm absolutly not a expert on the subject, but my friends tell me that you get a lot of hangups when using multi threeds in VB.Net but never in C#. To be frank the tell me 'u get hangups multi threeding in VB.NET ... i doesn't work' So I say use C# because you probably sooner or later like to use this solutions.

                                    R Offline
                                    R Offline
                                    Rajesh R Subramanian
                                    wrote on last edited by
                                    #21

                                    Singan wrote:

                                    To be frank the tell me 'u get hangups multi threeding in VB.NET ... i doesn't work'

                                    The friend who told you this is most probably a high school dropout. Tell him he's wrong.

                                    It is a crappy thing, but it's life -^ Carlo Pallini

                                    1 Reply Last reply
                                    0
                                    • P Pete OHanlon

                                      Please ignore this idiot. He's wrong - in fact he couldn't be further off the mark if he insisted the earth was flat.

                                      "WPF has many lovers. It's a veritable porn star!" - Josh Smith

                                      As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

                                      My blog | My articles | MoXAML PowerToys | Onyx

                                      R Offline
                                      R Offline
                                      Rajesh R Subramanian
                                      wrote on last edited by
                                      #22

                                      Pete O'Hanlon wrote:

                                      he couldn't be further off the mark if he insisted the earth was flat.

                                      Well said! We all know the earth is a cube.

                                      It is a crappy thing, but it's life -^ Carlo Pallini

                                      1 Reply Last reply
                                      0
                                      • S Singan

                                        I'm absolutly not a expert on the subject, but my friends tell me that you get a lot of hangups when using multi threeds in VB.Net but never in C#. To be frank the tell me 'u get hangups multi threeding in VB.NET ... i doesn't work' So I say use C# because you probably sooner or later like to use this solutions.

                                        0 Offline
                                        0 Offline
                                        0x3c0
                                        wrote on last edited by
                                        #23

                                        :wtf: :~ X| No. Just...no. When VB.Net is compiled, it produces CIL code. When C# is compiled, it produces almost identical CIL code (give or take some compiler-specific optimisations). Multithreading works the same in VB.Net as it does C#. If your friends think this, then they should have asked for help when they had trouble (I assume that's why they are so put off VB.Net threading) The only 'hangup' I can think of is that one has to use the AddressOf operator (if this wasn't used, then I could see how a problem would exist), but even this is fairly clear. Something that you might have misheard are the problems that legacy VB has with threads. VB.Net != VB

                                        Between the idea And the reality Between the motion And the act Falls the Shadow

                                        1 Reply Last reply
                                        0
                                        • V Vijjuuu

                                          Hi All, i need some info regarding c# and vb.net. which one(c# or vb.net) will be good to kept as front end , back end will be a database for project like school management system or to develop any kind of automation software. i dont know which can be better one to do this kind of project. Thanks in advance .

                                          L Offline
                                          L Offline
                                          Luc Pattyn
                                          wrote on last edited by
                                          #24

                                          Hi, if you were familiar with both languages you wouldn't ask, you'd just choose yourself. if you were familiar with just one of those languages, there would be no need to ask, use the one you know. so start learning C#, go buy a tutorial book and study it. :)

                                          Luc Pattyn [Forum Guidelines] [My Articles]


                                          The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.


                                          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