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.
  • 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.

    M Offline
    M Offline
    Marc Clifton
    wrote on last edited by
    #3

    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

    A S M S 4 Replies 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.

      R Offline
      R Offline
      Rob Graham
      wrote on last edited by
      #4

      Is there anything you like about VS2010? (I'm betting it's something most of us really hate - I'd rather wait for a visible dialog to populate than wonder if it's ever going to appear...)

      C 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

        A Offline
        A Offline
        AspDotNetDev
        wrote on last edited by
        #5

        I think it's an improvement. I don't like seeing an empty screen while I wait for a dialog to open. I like to see some immediate feedback to know things didn't hang and that I didn't click the wrong thing. Also, it allows me to switch to the proper tab without having to wait around for the COM tab to load if I accidentally click it. They might consider some further enhancements, such as disabling the list until it's fully loaded, but I don't think it's a step in the wrong direction.

        [Forum Guidelines]

        H 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
          Shog9 0
          wrote on last edited by
          #6

          Marc Clifton wrote:

          Come on, MSFT, you could have cached the references as a background thread while I'm still futzing with creating projects, edit code, etc!

          That would be annoying. I use the "add references" dialog maybe once every few weeks; why should VS decide to background-scan the registry (while also background-recompiling the Intellisense database with occasional breaks to background-load debug symbols) every day? The rest of the UI issues (bouncing list, sketchy scrolling) could have and should have been handled more effectively. But then again, it took them a decade to get around to the background loading thing - this little dialog just doesn't seem to have much priority...

          1 Reply Last reply
          0
          • A AspDotNetDev

            I think it's an improvement. I don't like seeing an empty screen while I wait for a dialog to open. I like to see some immediate feedback to know things didn't hang and that I didn't click the wrong thing. Also, it allows me to switch to the proper tab without having to wait around for the COM tab to load if I accidentally click it. They might consider some further enhancements, such as disabling the list until it's fully loaded, but I don't think it's a step in the wrong direction.

            [Forum Guidelines]

            H Offline
            H Offline
            Henry Minute
            wrote on last edited by
            #7

            aspdotnetdev wrote:

            I think it's an improvement.

            I agree, but only from the feedback point of view. It does seem to take about the same time to become useable, it's just nice to know that it is doing something.

            Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

            A 1 Reply Last reply
            0
            • H Henry Minute

              aspdotnetdev wrote:

              I think it's an improvement.

              I agree, but only from the feedback point of view. It does seem to take about the same time to become useable, it's just nice to know that it is doing something.

              Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

              A Offline
              A Offline
              AspDotNetDev
              wrote on last edited by
              #8

              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 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

                M Offline
                M Offline
                Mike Hankey
                wrote on last edited by
                #9

                But for those of us with A.A.A.D.D.[^] getting something up quick to keep our attention from wandering is a good thing. :)

                I wouldn't have to be such a smartass if you weren't such a dumbass. http://www.hq4thmarinescomm.com[^] My Site

                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.

                  K Offline
                  K Offline
                  kmg365
                  wrote on last edited by
                  #10

                  I love the obvious and well documented way how you can create TSQL stored unit test procedure to test a SQL CLR stored procedure. :confused: And effortlessly debug into said stored procedure.

                  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.

                    H Offline
                    H Offline
                    hammerstein05
                    wrote on last edited by
                    #11

                    What about the search assemblies box in the top right? Is that not a search?

                    1 Reply Last reply
                    0
                    • R Rob Graham

                      Is there anything you like about VS2010? (I'm betting it's something most of us really hate - I'd rather wait for a visible dialog to populate than wonder if it's ever going to appear...)

                      C Offline
                      C Offline
                      CaptainSeeSharp
                      wrote on last edited by
                      #12

                      The slow load times allow him to look at porn while he waits.

                      Invisible Empire: A New World Order Defined (High Quality 2:14:01)[^] Watch the Fall of the Republic (High Quality 2:24:19)[^] The Truthbox[^]

                      C 1 Reply Last reply
                      0
                      • C CaptainSeeSharp

                        The slow load times allow him to look at porn while he waits.

                        Invisible Empire: A New World Order Defined (High Quality 2:14:01)[^] Watch the Fall of the Republic (High Quality 2:24:19)[^] The Truthbox[^]

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

                        There's a thousand comebacks, all of them funny because they are true. But, I'd rather just say that I feel bad for you.

                        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.

                        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.

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

                          This[^] makes it even better :)

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

                          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.

                            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
                                          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