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. Development tools [modified]

Development tools [modified]

Scheduled Pinned Locked Moved The Lounge
toolscomxmlquestion
22 Posts 15 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.
  • M Mustafa Ismail Mustafa

    I'm curious, how many actually use any or all of the following set of tools (that I personally find that they make my life as a programmer infinitely easier) 1. NUnit 2. NMock 3. NAnt 4. Doxygen 5. Snippet Compiler 6. FxCop/StyleCop 7. Programmers Notepad/ Notepad++ 8. Liquid XML Studio (recent discovery with my infinite thanks to Rex!) 9. Regulator Do you have or use other tools that make your life easier? Do use alternatives? I forgot to mention Regulator!


    Last modified: 24mins after originally posted --

    Don't forget to vote if the response was helpful


    Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation

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

    My tools include: Notepad++ Visual Assist Subversion (TortoiseSVN/AnkhSVN) FreeMind Doxygen InnoSetup Visual Build Boost (not sure this counts as a tool) In the last few months Notepad++ replaced UltraEdit, Subversion replaced CVS and InnoSetup replaced Wise.

    1 Reply Last reply
    0
    • M Mustafa Ismail Mustafa

      I'm curious, how many actually use any or all of the following set of tools (that I personally find that they make my life as a programmer infinitely easier) 1. NUnit 2. NMock 3. NAnt 4. Doxygen 5. Snippet Compiler 6. FxCop/StyleCop 7. Programmers Notepad/ Notepad++ 8. Liquid XML Studio (recent discovery with my infinite thanks to Rex!) 9. Regulator Do you have or use other tools that make your life easier? Do use alternatives? I forgot to mention Regulator!


      Last modified: 24mins after originally posted --

      Don't forget to vote if the response was helpful


      Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation

      B Offline
      B Offline
      Bassam Abdul Baki
      wrote on last edited by
      #13

      Click on BM (bookmarks) in my sig.

      Web - Blog - RSS - Math - BM

      M 1 Reply Last reply
      0
      • B Bassam Abdul Baki

        Click on BM (bookmarks) in my sig.

        Web - Blog - RSS - Math - BM

        M Offline
        M Offline
        Mustafa Ismail Mustafa
        wrote on last edited by
        #14

        Gives me a page not found :confused:

        Don't forget to vote if the response was helpful


        Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation

        B 1 Reply Last reply
        0
        • M Mustafa Ismail Mustafa

          Gives me a page not found :confused:

          Don't forget to vote if the response was helpful


          Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation

          B Offline
          B Offline
          Bassam Abdul Baki
          wrote on last edited by
          #15

          Try again. That link had the http:// part missing. :(

          Web - Blog - RSS - Math - BM

          M 1 Reply Last reply
          0
          • M Mustafa Ismail Mustafa

            You mostly work on C++ right? How did you get NUnit to work? I'm genuinely curious.

            Don't forget to vote if the response was helpful


            Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation

            A Offline
            A Offline
            Anna Jayne Metcalfe
            wrote on last edited by
            #16

            I do indeed. :cool: It's not too difficult really...all you need to do is write the tests in either C+/CLI or (if you're feeling a little masochistic) MC++. The Managed C++ code can link directly to native libraries (static or DLL) and use them in the same way as a native test harness. It can be a little fiddly to get the linker settings right (particularly when testing MFC code) but as most of our code is ATL/WTL rather than MFC that's not usually too much of an issue here.

            Anna :rose: Having a bad bug day? Tech Blog | Anna's Place | Tears and Laughter "If mushy peas are the food of the devil, the stotty cake is the frisbee of God"

            1 Reply Last reply
            0
            • B Bassam Abdul Baki

              Try again. That link had the http:// part missing. :(

              Web - Blog - RSS - Math - BM

              M Offline
              M Offline
              Mycroft Holmes
              wrote on last edited by
              #17

              you need a new moniker - linkmaster.

              Never underestimate the power of human stupidity RAH

              1 Reply Last reply
              0
              • M Mustafa Ismail Mustafa

                I'm curious, how many actually use any or all of the following set of tools (that I personally find that they make my life as a programmer infinitely easier) 1. NUnit 2. NMock 3. NAnt 4. Doxygen 5. Snippet Compiler 6. FxCop/StyleCop 7. Programmers Notepad/ Notepad++ 8. Liquid XML Studio (recent discovery with my infinite thanks to Rex!) 9. Regulator Do you have or use other tools that make your life easier? Do use alternatives? I forgot to mention Regulator!


                Last modified: 24mins after originally posted --

                Don't forget to vote if the response was helpful


                Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation

                G Offline
                G Offline
                Gabriel P G
                wrote on last edited by
                #18

                It´s not a programming tool, it takes a while to learn your preferences, but it has saved me lots of time of Start Menu wandering...Launchy http://www.launchy.net/[^]

                K 1 Reply Last reply
                0
                • M Mustafa Ismail Mustafa

                  I'm curious, how many actually use any or all of the following set of tools (that I personally find that they make my life as a programmer infinitely easier) 1. NUnit 2. NMock 3. NAnt 4. Doxygen 5. Snippet Compiler 6. FxCop/StyleCop 7. Programmers Notepad/ Notepad++ 8. Liquid XML Studio (recent discovery with my infinite thanks to Rex!) 9. Regulator Do you have or use other tools that make your life easier? Do use alternatives? I forgot to mention Regulator!


                  Last modified: 24mins after originally posted --

                  Don't forget to vote if the response was helpful


                  Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation

                  P Offline
                  P Offline
                  PIEBALDconsult
                  wrote on last edited by
                  #19

                  Nope, nada. Other than bat files anyway.

                  1 Reply Last reply
                  0
                  • T Todd Smith

                    1. NUnit (Yes) 2. NMock (MoQ) 3. NAnt (Yes) 4. Doxygen (Visio, Excel, Word & Textpad for docs. No code docs other than VS tooltips.) 5. Snippet Compiler (??) 6. FxCop/StyleCop (ReSharper for code formatting, no FxCop yet) 7. Programmers Notepad/ Notepad++ (Textpad, notepad++ has annoying syntax hilighting) 8. Liquid XML Studio (recent discovery with my infinite thanks to Rex!) (VS2008 or Textpad for XML editing) 9. Regulator (??) 10. CruiseControl.NET 11. ReSharper 12. Subversion Server 13. TortoiseSVN 14. AnkhSVN 15. Beyond Compare 2 16. Red Gate SQL Tools 16. A custom DB tool for change management 17. Database Publishing Wizard 18. TestTrack BTW setting up a new development machine is a PITA

                    Todd Smith

                    P Offline
                    P Offline
                    puromtec1
                    wrote on last edited by
                    #20

                    I'm not familiar with the technology, myself. But, ghosting or imaging a ready machine seems like a good idea for you.

                    1 Reply Last reply
                    0
                    • M Mustafa Ismail Mustafa

                      I'm curious, how many actually use any or all of the following set of tools (that I personally find that they make my life as a programmer infinitely easier) 1. NUnit 2. NMock 3. NAnt 4. Doxygen 5. Snippet Compiler 6. FxCop/StyleCop 7. Programmers Notepad/ Notepad++ 8. Liquid XML Studio (recent discovery with my infinite thanks to Rex!) 9. Regulator Do you have or use other tools that make your life easier? Do use alternatives? I forgot to mention Regulator!


                      Last modified: 24mins after originally posted --

                      Don't forget to vote if the response was helpful


                      Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation

                      K Offline
                      K Offline
                      Kevin McFarlane
                      wrote on last edited by
                      #21

                      1. NUnit - yes 2. NMock 3. NAnt - have used 4. Doxygen 5. Snippet Compiler - yes 6. FxCop/StyleCop - yes (but doing VB right now) 7. Programmers Notepad/ Notepad++ - yes for the second 8. Liquid XML Studio (recent discovery with my infinite thanks to Rex!) 9. Regulator

                      1 Reply Last reply
                      0
                      • G Gabriel P G

                        It´s not a programming tool, it takes a while to learn your preferences, but it has saved me lots of time of Start Menu wandering...Launchy http://www.launchy.net/[^]

                        K Offline
                        K Offline
                        Kevin McFarlane
                        wrote on last edited by
                        #22

                        My favourite tool of the last year or so. Can't live without it now. :)

                        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