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. VS 2008, or VS2010

VS 2008, or VS2010

Scheduled Pinned Locked Moved The Lounge
visual-studiocsharpquestionannouncement
77 Posts 48 Posters 9 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.
  • D Dave_6

    I am always amused by these types of questions. Why would you invest time and money in the old technology? I'm sure 2005 is a viable option for most projects, or even the orignial Visual Studio.Net. Why are they running Windows 7 instead of XP (or MS-DOS). You should always buy and learn (invest in) the current version, not an old one. In 2010, C# supports optional parameters. That, by itself, is enough justification.

    C Offline
    C Offline
    ChandraRam
    wrote on last edited by
    #67

    Dave_6 wrote:

    In 2010, C# supports optional parameters. That, by itself, is enough justification.

    VB supported optional parameters from... oh, version 4, I think :rolleyes:

    C 1 Reply Last reply
    0
    • H Hans Dietrich

      Wow. I've never heard anyone say VS2010 was faster doing anything.

      Best wishes, Hans


      [Hans Dietrich Software]

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

      It's much faster... ...at locking up your machine where ctrl alt delete is futile.

      1 Reply Last reply
      0
      • G Ger Hayden

        I have Visual Studio 2008 on my personal laptop using Vista, but I now have to recommend a version to my employer. 2008 or 2010 to run on Windows 7 and why?

        Ger

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

        It is my opinion that VS2010 is superior in every way EXCEPT for the "new" help system, which is utterly useless, broken, intercoursed, etc.

        1 Reply Last reply
        0
        • G gnarlycharlie4u

          The best editor for large text files is hands down Notepad++ It has a multitude of options and plugins that ship with it and even more available to download. Most importantly it's freaking fast, and can handle everything I've thrown at it so far. I just opened a 25mb raw (.nef) file in less than half a second

          D Offline
          D Offline
          Dwayne J Baldwin
          wrote on last edited by
          #70

          That is a much better choice of using a proper tool for the job. Still not as good as being parsed into a database for searching and reporting. "Give a child a hammer and the world becomes a nail."

          Dwayne J. Baldwin

          1 Reply Last reply
          0
          • G Ger Hayden

            I have Visual Studio 2008 on my personal laptop using Vista, but I now have to recommend a version to my employer. 2008 or 2010 to run on Windows 7 and why?

            Ger

            P Offline
            P Offline
            ProgmanEx
            wrote on last edited by
            #71

            2010

            1 Reply Last reply
            0
            • C ChandraRam

              Dave_6 wrote:

              In 2010, C# supports optional parameters. That, by itself, is enough justification.

              VB supported optional parameters from... oh, version 4, I think :rolleyes:

              C Offline
              C Offline
              Cloughy12121
              wrote on last edited by
              #72

              ChandraRam wrote:

              VB supported optional parameters from... oh, version 4, I think

              Yes, but VB! Come on.

              M 1 Reply Last reply
              0
              • G Ger Hayden

                I have Visual Studio 2008 on my personal laptop using Vista, but I now have to recommend a version to my employer. 2008 or 2010 to run on Windows 7 and why?

                Ger

                F Offline
                F Offline
                FrankLaPiana
                wrote on last edited by
                #73

                If you're using C++, I would stick with VS2008. I have VS2010 installed on several computers, Vista and Win7 - The help system isn't as good as VS2008 (ymmv) The IDE freezes at times. The IDE crashes fairly often. Intellisense is broken most of the time. Source browsing/references (ie jump to declaration or definition) often doesn't work. Some of the C++00x features aren't implemented in VS2010 anyway.

                1 Reply Last reply
                0
                • C Cloughy12121

                  ChandraRam wrote:

                  VB supported optional parameters from... oh, version 4, I think

                  Yes, but VB! Come on.

                  M Offline
                  M Offline
                  mike_campbell11
                  wrote on last edited by
                  #74

                  Is C# actually better than VB? If you exclude unsafe code, they seem to be about the same.

                  C 1 Reply Last reply
                  0
                  • M mike_campbell11

                    Is C# actually better than VB? If you exclude unsafe code, they seem to be about the same.

                    C Offline
                    C Offline
                    Cloughy12121
                    wrote on last edited by
                    #75

                    Yes. I know they are both part of the .net framework, but who needs all that If then End if rubbish what’s wrong with if(){}, much simpler. Also by learning c#, you would easily be able to understand java and even c++ to a point. Its like chavy English (VB) compared to the Queens English (C#), they both do the same thing, but which one make you sound like you have had an education. :-D Cheers GC

                    M 1 Reply Last reply
                    0
                    • G Ger Hayden

                      I have Visual Studio 2008 on my personal laptop using Vista, but I now have to recommend a version to my employer. 2008 or 2010 to run on Windows 7 and why?

                      Ger

                      G Offline
                      G Offline
                      Ger Hayden
                      wrote on last edited by
                      #76

                      At this point, I have my own copy of VS2008 since 08 on my own laptop. I have VS2010 Express for VC++ on the laptop supplied by my employer - thats the one that needs the new version. I have seen some of the performance issues discussed here, and Intellisense doenst work on VS2010 Express for me. I want to go VS2010, partly becasue I dont want to get left behind again as I did staying on 6.0 too long. But the end client is rooted in .NET 3.5 and moving it to .NET 4.0 could be a bridge too far...

                      Ger

                      1 Reply Last reply
                      0
                      • C Cloughy12121

                        Yes. I know they are both part of the .net framework, but who needs all that If then End if rubbish what’s wrong with if(){}, much simpler. Also by learning c#, you would easily be able to understand java and even c++ to a point. Its like chavy English (VB) compared to the Queens English (C#), they both do the same thing, but which one make you sound like you have had an education. :-D Cheers GC

                        M Offline
                        M Offline
                        mike_campbell11
                        wrote on last edited by
                        #77

                        I know a few languages (awk, c, perl, ksh, cfm, c++, vb6 and up, c#, a few others that I choose to forget like cobol). I have to take a deep breath before I open a c++ or vb6 project for different reasons, but I can look at C# in one window and re-type vb.net in the other. Syntax difference isn’t that great (a couple characters at best). I have seen very well written vb.net code and very poor c#, but probably more common the other way around (I won’t discuss vb6). Either way, the .NET language you choose shouldn't put you in an elite or poor programmer group. VB has more programmers than C# and is easier for less experienced people to read and understand. That translates to less maintenance work for me and why I prefer vb.net. I have to vent on this issue once in a while.

                        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