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. The neat thing about VS2010

The neat thing about VS2010

Scheduled Pinned Locked Moved The Lounge
csharpcomannouncement
24 Posts 19 Posters 5 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.
  • C Christian Graus

    It 'launches fast' because it shows you the dialog, then makes you wait for it to populate. I think it's slower overall, the other one just used to not show until it was ready for use. I think it needs a search, esp when the default sort is not by name and it's by something ( .NET version ? ) that causes it to seem like it's by name unless you notice that it's not scrolled far enough.

    Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

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

    This[^] gives you a different view with search.

    Regards Senthil _____________________________ My Home Page |My Blog | My Articles | My Flickr | WinMacro

    1 Reply Last reply
    0
    • M Marc Clifton

      The Starter wrote:

      Not only it launches fast compared to the Add Reference dialog box in VS2008,

      I thought it was an utterly BS implementation, because while the dialog comes up, it's obviously running a background thread to populate it. Come on, MSFT, you could have cached the references as a background thread while I'm still futzing with creating projects, edit code, etc! The result was frustrating--I had to wait for the whole damn thing to load before I actually saw the reference I wanted. And it's utterly useless while it loads, because of course the scrollbar is changing size as more items get added and the whole damn list was bouncing around in my attempt to scroll while loading. WTF were they thinking? Marc

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

      Productivity Power Tools[^] replaces the default dialog and allows you to search references. Check it out.

      Regards Senthil _____________________________ My Home Page |My Blog | My Articles | My Flickr | WinMacro

      1 Reply Last reply
      0
      • T thisraja

        I love the Add Reference dialog box. Not only it launches fast compared to the Add Reference dialog box in VS2008, but it is also possible to sort on component name, version, runtime and path. Both .Net and COM reference list is populated almost instantly.

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

        it's better than it was - in as much as the dialog appears quick then sits there for an age while it populates. Given the majority of solutions contain only a small number of projects - and it is reasonably likely (in my experiecne) that it is a reference to one of these projects that you might be adding, wouldn't it have been nice to have the default tab be the one to show this solution's assemblies - which would populate quickly, and then load the system assemblies in a background thread? seems logical to me - AIMS? ** EDIT ** just read this at blogs.msdn.com Thanks for all of the feedback. We'll be making the change to have the Add Reference dialog default to the project tab in the next version. It should also remember which tab you last used after that first initial session.

        ___________________________________________ .\\axxx (That's an 'M')

        1 Reply Last reply
        0
        • T thisraja

          I love the Add Reference dialog box. Not only it launches fast compared to the Add Reference dialog box in VS2008, but it is also possible to sort on component name, version, runtime and path. Both .Net and COM reference list is populated almost instantly.

          A Offline
          A Offline
          Abhinav S
          wrote on last edited by
          #18

          Yeah it is better than the older versions. I'm still not too sure about the speed though. :~

          The funniest thing about this particular signature is that by the time you realise it doesn't say anything it's too late to stop reading it. My latest tip/trick Visit the Hindi forum here.

          B 1 Reply Last reply
          0
          • A Abhinav S

            Yeah it is better than the older versions. I'm still not too sure about the speed though. :~

            The funniest thing about this particular signature is that by the time you realise it doesn't say anything it's too late to stop reading it. My latest tip/trick Visit the Hindi forum here.

            B Offline
            B Offline
            Bob1000
            wrote on last edited by
            #19

            Can you imagine if they actually made VS2010 work - now that really would be something!

            1 Reply Last reply
            0
            • T thisraja

              I love the Add Reference dialog box. Not only it launches fast compared to the Add Reference dialog box in VS2008, but it is also possible to sort on component name, version, runtime and path. Both .Net and COM reference list is populated almost instantly.

              D Offline
              D Offline
              D Steiner
              wrote on last edited by
              #20

              The new C++0x features are great. Also IntelliSense is finally somewhat intelligent ... :)

              1 Reply Last reply
              0
              • C Christian Graus

                It 'launches fast' because it shows you the dialog, then makes you wait for it to populate. I think it's slower overall, the other one just used to not show until it was ready for use. I think it needs a search, esp when the default sort is not by name and it's by something ( .NET version ? ) that causes it to seem like it's by name unless you notice that it's not scrolled far enough.

                Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                P Offline
                P Offline
                PSU Steve
                wrote on last edited by
                #21

                Amen! While a "nicer" dialog box, that thing takes forever to be populated/useful!

                1 Reply Last reply
                0
                • T thisraja

                  I love the Add Reference dialog box. Not only it launches fast compared to the Add Reference dialog box in VS2008, but it is also possible to sort on component name, version, runtime and path. Both .Net and COM reference list is populated almost instantly.

                  P Offline
                  P Offline
                  PSU Steve
                  wrote on last edited by
                  #22

                  My favorite thing would be the simple property declarations -- no need for the "shell" GET and SET with a private variable declaration unless the property has to do something more that getting or setting the value.

                  1 Reply Last reply
                  0
                  • A AspDotNetDev

                    There is also the point that you can switch to the appropriate tab while things are loading. I remember hitting the wrong tab before and having to wait forever until I could navigate to the correct tab. That can save a little time.

                    [Forum Guidelines]

                    T Offline
                    T Offline
                    TheyCallMeMrJames
                    wrote on last edited by
                    #23

                    Agreed, and this is especially true if you want to add a project reference (and it's trying to load the GAC references first) when you KNOW it knows the projects. Much handier to be able to squirrel right into the tab you want ASAP.

                    They Call me Mister James

                    1 Reply Last reply
                    0
                    • C Christian Graus

                      It 'launches fast' because it shows you the dialog, then makes you wait for it to populate. I think it's slower overall, the other one just used to not show until it was ready for use. I think it needs a search, esp when the default sort is not by name and it's by something ( .NET version ? ) that causes it to seem like it's by name unless you notice that it's not scrolled far enough.

                      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                      U Offline
                      U Offline
                      User 4595697
                      wrote on last edited by
                      #24

                      I don't think it's slower overall... The key is the fact that VS2010 allows you to click on the other tabs right away. For example, if you need a project reference, then it's much faster now with VS2010. Even if you need to cancel it behaves better

                      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