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. NQPQ: Which versions of Visual Studio are acceptable for articles?

NQPQ: Which versions of Visual Studio are acceptable for articles?

Scheduled Pinned Locked Moved The Lounge
visual-studioquestioncsharpdatabase
32 Posts 23 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.
  • G Gregory Gadow

    Not Quite a Programming Question, so I'm asking in the forum that has the most eyes. If I should move it elsewhere, please let me know kindly. :^) I have an article I'd like to write out and post, about a database toolkit. I haven't done so because I still use Visual Studio 2008: our codebase is exclusively in VS 2008, it works well, and my company has seen no need to spend thousands of dollars to upgrade. Worth doing, or is VS 2008 too outdated for such an article to be taken seriously?

    M Offline
    M Offline
    Marco Bertschi
    wrote on last edited by
    #22

    Articles written with VS 2008 are worth posting. VS 2010, 2012 and 2013 offer a compliant converting mechanism.

    Veni, vidi, caecus | Everything summarizes to Assembly code

    1 Reply Last reply
    0
    • OriginalGriffO OriginalGriff

      I'm using it - but by choice. VS2012 got too many complaints (and I didn't need it) and I don't see 2013 as a big enough step version to want to be another paying MS beta tester :laugh:

      Never underestimate the power of stupid things in large numbers --- Serious Sam

      B Offline
      B Offline
      Brisingr Aerowing
      wrote on last edited by
      #23

      VS2013 is actually very stable, and is much faster than VS2010 and VS2012. It has quite a few cool features (notifications of updates and other things being one), and opens most VS solutions out there. The only real issues I have had are the weird line count for an error (posted in the Weird and the Wonderful), and the Git integration bug that causes repository creation to fail if another repository was deleted in the same VS instance. E.g. I have a test project in an instance of VS, close it, delete the folder, and try to use the same instance of VS to create a new project. Most of the time it will fail, sometimes it won't show an error, and sometimes it will work as expected.

      Getting information off the Internet is like taking a drink from a fire hydrant. - Mitchell Kapor

      1 Reply Last reply
      0
      • G Gregory Gadow

        Not Quite a Programming Question, so I'm asking in the forum that has the most eyes. If I should move it elsewhere, please let me know kindly. :^) I have an article I'd like to write out and post, about a database toolkit. I haven't done so because I still use Visual Studio 2008: our codebase is exclusively in VS 2008, it works well, and my company has seen no need to spend thousands of dollars to upgrade. Worth doing, or is VS 2008 too outdated for such an article to be taken seriously?

        S Offline
        S Offline
        Simon ORiordan from UK
        wrote on last edited by
        #24

        Answering your QUESTION, I would definitely read an article for software written in VS2008, or even 2005. If you want to use the CODE, it should be easy to port as all previous versions of .NET will be compatible. People who worry about upgrading projects are obviously lazy or they can't programme for toffee. People who are telling you which version to upgrade to cannot read. ;) Me? I'm thinking of submitting an article written in .Net 4(Mono/VS) about a tiny encryption pad I wrote for sport a few years ago. It will be bare code and people can make it compatible with whatever.

        1 Reply Last reply
        0
        • G Gregory Gadow

          Not Quite a Programming Question, so I'm asking in the forum that has the most eyes. If I should move it elsewhere, please let me know kindly. :^) I have an article I'd like to write out and post, about a database toolkit. I haven't done so because I still use Visual Studio 2008: our codebase is exclusively in VS 2008, it works well, and my company has seen no need to spend thousands of dollars to upgrade. Worth doing, or is VS 2008 too outdated for such an article to be taken seriously?

          G Offline
          G Offline
          glennPattonWork3
          wrote on last edited by
          #25

          I still use 2008 mostly because it works for what I need and is compatible with Windows XP and up. The fact that I can't justify the expense to the management for an upgrade 'it works, why change it?' attitude (I'm the only one in the company who does Windows programming). The chances are the bit you reference hasn't had changes or the interface hasn't changed. I for one haven't had to use a database in anger, but it's looking like I might have to soon. Go For It :) :-D

          1 Reply Last reply
          0
          • G Gregory Gadow

            Not Quite a Programming Question, so I'm asking in the forum that has the most eyes. If I should move it elsewhere, please let me know kindly. :^) I have an article I'd like to write out and post, about a database toolkit. I haven't done so because I still use Visual Studio 2008: our codebase is exclusively in VS 2008, it works well, and my company has seen no need to spend thousands of dollars to upgrade. Worth doing, or is VS 2008 too outdated for such an article to be taken seriously?

            S Offline
            S Offline
            shillbot1
            wrote on last edited by
            #26

            Go ahead. It's not like the same principles will suddenly not apply. My company was still using VS 2008 for the project I work on until a few months ago.

            1 Reply Last reply
            0
            • G Gregory Gadow

              Not Quite a Programming Question, so I'm asking in the forum that has the most eyes. If I should move it elsewhere, please let me know kindly. :^) I have an article I'd like to write out and post, about a database toolkit. I haven't done so because I still use Visual Studio 2008: our codebase is exclusively in VS 2008, it works well, and my company has seen no need to spend thousands of dollars to upgrade. Worth doing, or is VS 2008 too outdated for such an article to be taken seriously?

              G Offline
              G Offline
              gggustafson
              wrote on last edited by
              #27

              All of my articles were written using a development environment that included only VS2008. I find nothing in later versions of VS that I cannot program in VS2008. Also, writing an article in the later VS versions effectively limits your article's audience. Although it is possible to convert down to VS2008, why ask a reader to do so? VS2008 is my choice.

              Gus Gustafson

              1 Reply Last reply
              0
              • G Gregory Gadow

                Not Quite a Programming Question, so I'm asking in the forum that has the most eyes. If I should move it elsewhere, please let me know kindly. :^) I have an article I'd like to write out and post, about a database toolkit. I haven't done so because I still use Visual Studio 2008: our codebase is exclusively in VS 2008, it works well, and my company has seen no need to spend thousands of dollars to upgrade. Worth doing, or is VS 2008 too outdated for such an article to be taken seriously?

                G Offline
                G Offline
                Gregory Gadow
                wrote on last edited by
                #28

                DbToolbox: Utilities for data access and management[^] In case anyone still cares :zzz:

                1 Reply Last reply
                0
                • D devenv exe

                  Gregory.Gadow wrote:

                  articles written with VS 2008

                  Which visual studio control are you using?. I can't seem to find an article writing control in the VS 2008 toolbox!

                  "Coming soon"

                  K Offline
                  K Offline
                  KP Lee
                  wrote on last edited by
                  #29

                  :laugh:

                  1 Reply Last reply
                  0
                  • OriginalGriffO OriginalGriff

                    Agreed - I answered a QA question yesterday / today that was .NET 2.0, so there are still developers who are limited to that: VS2005 IIRC.

                    Never underestimate the power of stupid things in large numbers --- Serious Sam

                    K Offline
                    K Offline
                    KP Lee
                    wrote on last edited by
                    #30

                    When I went to VS 2005, my code wouldn't compile because it used an outdated delegate mode that worked great in 2004. Of course this was from a class using 500 MH CPUs and I had no clue about VS levels while taking the class. I think this is the kind of thing that might upset some readers and what the original question was about. Of course I say, let the readers squawk. (Well it works on MY machine!)

                    1 Reply Last reply
                    0
                    • G Gregory Gadow

                      Not Quite a Programming Question, so I'm asking in the forum that has the most eyes. If I should move it elsewhere, please let me know kindly. :^) I have an article I'd like to write out and post, about a database toolkit. I haven't done so because I still use Visual Studio 2008: our codebase is exclusively in VS 2008, it works well, and my company has seen no need to spend thousands of dollars to upgrade. Worth doing, or is VS 2008 too outdated for such an article to be taken seriously?

                      C Offline
                      C Offline
                      ClockMeister
                      wrote on last edited by
                      #31

                      No, I don't think it's outdated at all. It's a solid platform. I've standardized all my development on it with attendant tools and I, too, find the idea of "upgrading" unpalatable. I write to the desktop and have a massive library I've developed over the years there's no reason, at all, to consider an upgrade. My code runs on everything from XP to Windows 8 desktop with no issues. Upgrading would be a colossal waste of money. IMHO, just hunker down and stick with it unless you find something you REALLY need to do but is only offered in later versions. I can see you're doing similar work with your database toolkit. I've done same. Why retool and/or re-invent the wheel at this stage? Write your article. I suspect there are many people that would use it. Besides, as someone else has already said: if you're using a later version the techniques won't change.

                      1 Reply Last reply
                      0
                      • G Gregory Gadow

                        Not Quite a Programming Question, so I'm asking in the forum that has the most eyes. If I should move it elsewhere, please let me know kindly. :^) I have an article I'd like to write out and post, about a database toolkit. I haven't done so because I still use Visual Studio 2008: our codebase is exclusively in VS 2008, it works well, and my company has seen no need to spend thousands of dollars to upgrade. Worth doing, or is VS 2008 too outdated for such an article to be taken seriously?

                        J Offline
                        J Offline
                        JamesHurst
                        wrote on last edited by
                        #32

                        I'd suggest - yes. Your articles should not be unworthy just because they're in Vs2008. Many (but not all) projects seem to load into later versions of Visual Studio without any problem. In fact, in a way it makes more sense, as I get responses to my Vs2012 projects like "can you please provide a Vs2008 version?" It's easier to go up a version than it is to go down.

                        James Hurst "The greatness of a nation and its moral progress can be judged by the way its animals are treated."
                        Mahatma Gandhi

                        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