<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">TimSull's Blog</title><subtitle type="html" /><id>http://blogs.msdn.com/timsull/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/timsull/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/timsull/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2003-11-11T04:26:00Z</updated><entry><title>re: Steven's VsSettings comments</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/timsull/archive/2004/04/07/109329.aspx" /><id>http://blogs.msdn.com/timsull/archive/2004/04/07/109329.aspx</id><published>2004-04-07T21:49:00Z</published><updated>2004-04-07T21:49:00Z</updated><content type="html">&lt;P&gt;Thanks to &lt;A href="http://blogs.aspadvice.com/ssmith/"&gt;Steven &lt;/A&gt;for his great &lt;A href="http://blogs.aspadvice.com/ssmith/archive/2004/04/02/896.aspx"&gt;comments&lt;/A&gt; about VS Settings.&lt;/P&gt;
&lt;P&gt;The upcoming Import/Export feature actually does allow you to import from a vssettings file that&amp;nbsp;lives out on the web.&amp;nbsp; So you should be able to post your favorite vssettings file on a website and then load it onto any machine with VS Whidbey.&lt;/P&gt;
&lt;P&gt;One thing we haven't enabled is setting a file on the web as your auto-sync file.&amp;nbsp; This would definitely be a cool feature, especially if it was fully integrated through the use of a Microsoft-supplied web service.&amp;nbsp; And, as you point out, there would be tremendous opportunity for datamining to determine what our default settings should be in the future.&amp;nbsp; Unfortunately I don't think we'll be able to provide this functionality in Whidbey, though.&amp;nbsp; I know there would be lots of security/privacy concerns, even if it was an opt-in feature.&amp;nbsp; And building a feature that involves interaction with a web service is probably too expensive to do at this point in the product cycle.&amp;nbsp; It's actually not terribly complicated from a development perspective, but there is a significant test cost associated with it as well.&amp;nbsp; I'm going to think about this a little bit though; I'd like to ensure that some interface hooks exist that would let a 3rd party create a package and some web services to enable this scenario.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=109329" width="1" height="1"&gt;</content><author><name>timsull</name><uri>http://blogs.msdn.com/members/timsull.aspx</uri></author><category term="VS IDE" scheme="http://blogs.msdn.com/timsull/archive/tags/VS+IDE/default.aspx" /></entry><entry><title>VS Settings (finally)</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/timsull/archive/2004/04/01/105959.aspx" /><id>http://blogs.msdn.com/timsull/archive/2004/04/01/105959.aspx</id><published>2004-04-01T22:48:00Z</published><updated>2004-04-01T22:48:00Z</updated><content type="html">&lt;P&gt;Ah, VS Settings.&amp;nbsp; I've been meaning to post on this topic for ... oh ... about 4 months now.&amp;nbsp; I guess it's about time.&lt;/P&gt;
&lt;P&gt;If you've ever used Visual Studio and you've ever ventured onto the Tools.Options dialog, you've discovered the dizzying array of customizable settings offered by the IDE.&amp;nbsp; You've also undoubtably discovered (possibly by accident) that the positions of the IDE's tool windows are fully customizable.&amp;nbsp; And you may have discovered that, like Office, the menus and toolbars of VS are fully customizable.&amp;nbsp; In fact, VS is so customizable that you can easily spend many hours customizing the IDE to make it look and behave the optimal way for your individual work style.&amp;nbsp; For multiple versions now, customers have requested some way of capturing all this work they've done in setting up the IDE, so they can quickly and easily recreate their personal settings at a later time or on another machine.&amp;nbsp; I'm happy to say that we'll be providing a feature in VS Whidbey to enable this scenario.&lt;/P&gt;
&lt;P&gt;The Import/Export Settings dialog/wizard will be available from the Tools menu in VS.&amp;nbsp; It allows you to choose categories of settings to export to a .vssettings file, and it allows you to point to an existing .vsettings file and choose categories of settings to import from that file.&amp;nbsp; So what is a settings 'category'?&amp;nbsp; In general, a category of settings is a logical grouping of settings for a toolwindow, a tools.options page, or an IDE feature.&amp;nbsp; Examples of categories are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Each individual Tools.Options page (e.g. Environment.General, Text Editor.C#.Tabs, etc.) 
&lt;LI&gt;Window Layouts (tool window positions in design, debug, and fullscreen modes) 
&lt;LI&gt;Commands and Menus customizations 
&lt;LI&gt;Toolbox customizations 
&lt;LI&gt;External Tools, etc.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Courtesy of our PM, James, I've posted some preliminary screenshots of the UI from the Import/Export Settings feature spec so you can provide feedback on the design.&amp;nbsp; Follow these links to find pictures of the &lt;A href="http://www.winisp.net/timrsull/images/settings/settings.welcome.jpg"&gt;welcome screen&lt;/A&gt; to the wizard, export screen &lt;A href="http://www.winisp.net/timrsull/images/settings/settings.export.1.jpg"&gt;one&lt;/A&gt;, &lt;A href="http://www.winisp.net/timrsull/images/settings/settings.export.2.jpg"&gt;two&lt;/A&gt;, and &lt;A href="http://www.winisp.net/timrsull/images/settings/settings.export.3.jpg"&gt;three&lt;/A&gt;, and import screen &lt;A href="http://www.winisp.net/timrsull/images/settings/settings.import.1.jpg"&gt;one&lt;/A&gt;, &lt;A href="http://www.winisp.net/timrsull/images/settings/settings.import.2.jpg"&gt;two&lt;/A&gt;, and &lt;A href="http://www.winisp.net/timrsull/images/settings/settings.import.3.jpg"&gt;three&lt;/A&gt;.&amp;nbsp; The Import/Export wizard is intended to smoothly guide you through the process of choosing which settings to export/import and where to save them to/load them from.&amp;nbsp; The last screen of the wizard is actually incomplete in these images.&amp;nbsp; We'll be providing a log of some sort describing any errors that have occured during the export/import process, such as settings categories that failed to export, or invalid settings in the file that could not be applied during import.&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P&gt;Note: If you receive a copy of the VS Beta or play with one of the &lt;A href="http://weblogs.asp.net/jaybaz_MS/archive/2004/02/21/77796.aspx"&gt;Visual Studio Technology Previews&lt;/A&gt;, you'll actually find a different UI when you access the Tools.Import/Export Settings command.&amp;nbsp; Those releases contain a preliminary UI that we've been using internally during the development of the Import/Export feature.&amp;nbsp; It's functionally equivalent to the wizard UI in the images above, but our usability tests and UI walkthroughs have determined unanimously that it's too nonstandard, too difficult to use, and involves a rather annoying number of popup messages and other dialogs.&amp;nbsp; If&amp;nbsp;you've used this preliminary version, I certainly wouldn't mind to&amp;nbsp;hear&amp;nbsp;your comments about it, but I won't bother posting screenshots here since it's going away soon.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In addition to the manual import/export UI, we'll also be supplying a sub-feature that's designed to make it easier for a single developer to work on multiple machines at once.&amp;nbsp; Found on the Environment.Import/Export Settings options page, under the heading 'Automatically load and save settings', this feature enables you to specify a vssettings file that will be kept up to date with your current settings (on each close of VS).&amp;nbsp; On VS startup,&amp;nbsp;if this file is newer than last remembered, we will import all the settings from this file.&amp;nbsp; That enables a scenario where you have two machines, each with VS installed, where you want VS to look and behave the same on both machines.&amp;nbsp; If you point both machines at the same auto-save file and you change a setting on one machine, it will automatically show up on the other machine.&lt;/P&gt;
&lt;P&gt;Another sub-feature, called 'Team&amp;nbsp;settings'&amp;nbsp;is designed to make it easier for a team of developers to maintain similar settings in certain categories.&amp;nbsp; With this feature you can point the IDE at a particular vssettings file (typically on a intranet share), and the IDE will check that file on each startup to see if it is newer than remembered; if so, the IDE will import all settings from that file.&amp;nbsp; To see how this would be useful, consider an example where you have a team of people who should all be using the same indenting/formatting options for C++ files.&amp;nbsp; The manager of that team can open VS, change the formatting options to the team's defaults, export just the C++ formatting settings category to a vssettings file on a network share, then ask everyone on the team to point VS at that team settings file.&amp;nbsp; The whole team will then automatically stay in sync wrt C++ file formatting.&amp;nbsp; If the team should ever decide to change the defaults, or perhaps additionally set defaults for C#, the can simply export new settings to that same file, and everyone on the team will automatically have the new settings next time they start the IDE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another feature that customers have been requesting for quite some time is the ability to easily reset the IDE to it's default settings.&amp;nbsp; Having such a customizable IDE is great at times, but it also has the downside of providing the opportunity for people to shoot themselves in the foot.&amp;nbsp;&amp;nbsp;Customers commonly do this&amp;nbsp;by accidently removing important features from their Menus, or accidently customizing their tool windows into an unusable layout.&amp;nbsp; In VS 2002 and 2003, there were individual places you could go to reset portions of the IDE, (e.g. the Window.ResetWindowLayout command, or the 'Reset Toolbar' button on the Tools.Customize dialog) but these reset features were very difficult to find, and only encompassed a small subset of the IDE settings.&lt;/P&gt;
&lt;P&gt;Earlier on, you may have noticed the 'Reset all Settings' option on the wizard's &lt;A href="http://www.winisp.net/timrsull/images/settings/settings.welcome.jpg"&gt;welcome screen&lt;/A&gt; image.&amp;nbsp; The idea behind this &lt;A href="http://www.winisp.net/timrsull/images/settings/settings.reset.1.jpg"&gt;Reset &lt;/A&gt;option is to allow you to go back to the environment defaults for all your settings.&amp;nbsp; If you know that you only want to reset certain settings categories, then you can do that via the normal Import option on this same dialog.&amp;nbsp; Conversely, if your settings have gotten into such a bad state that they're preventing you from using the IDE at all, or preventing you from accessing the Import/Export Settings feature, you can use the new 'devenv /resetsettings' command line switch to restart the IDE with default settings applied.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may have noticed in the &lt;A href="http://www.winisp.net/timrsull/images/settings/settings.reset.1.jpg"&gt;Reset&lt;/A&gt; image that&amp;nbsp;you have the option to reset to several different 'default' settings; you can choose between VB, VC, C#, Web, and J#.&amp;nbsp;&amp;nbsp;Let me go into more detail about what those are, along with some history as to why we have them.&lt;/P&gt;
&lt;P&gt;In VS 2002, we finally got the VB, C++ and Web development products&amp;nbsp;into a single IDE.&amp;nbsp; This was good in that you could use all of these products while really only having to learn to use a single product.&amp;nbsp; It was also bad in that each product had to compromise in some areas in order to fit nicely with the other products.&amp;nbsp; For instance, VB developers don't typically want to use the Disassembly window when debugging and C++ developers don't typically like to have the Toolbox window taking up their precious coding real estate.&amp;nbsp; But in VS 2002 and 2003, both&amp;nbsp;types of developers had to put up with these annoying (to them) default settings because they were important to other VS customers.&lt;/P&gt;
&lt;P&gt;We plan to address this problem in VS Whidbey by defining default settings for each major developer type, generally aligned around the developer's language of choice.&amp;nbsp; These default settings will focus on enabling the particular workstyle we've found each developer type to exhibit.&amp;nbsp; When each customer starts VS for the first time, they will be &lt;A href="http://www.winisp.net/timrsull/images/settings/settings.choose.jpg"&gt;asked &lt;/A&gt;to classify themselves according to their 'primary development activity', and the IDE will startup pre-configured for that activity.&amp;nbsp; Obviously most people will want to go through and make further customizations according to their own personal tastes, but our hope is that this will provide a starting point that is closer to what each VS developer expects from their IDE.&amp;nbsp; Also, the Reset option on the Import/Export Settings wizard allows people to easily switch between different defaults to experiment and see which ones most closely match their individual workstyle.&lt;/P&gt;
&lt;P&gt;If you have feedback about about how you customize your IDE settings for your particular development activity, I'd love to hear it and I'll pass it on to the people responsible for defining these defaults.&lt;/P&gt;
&lt;P&gt;I'd also like to hear feedback around the general design above as well as around which settings you like to customize in VS 2002 and 2003, and how you think you'd make use of this feature in VS Whidbey.&lt;/P&gt;
&lt;P&gt;Also, if you'd like me to drill in more on anything about this feature let me know.&amp;nbsp; E.g. I can talk about some of our design decisions, or about how 3rd party packages&amp;nbsp;can plug into the VS Settings infrastructure.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=105959" width="1" height="1"&gt;</content><author><name>timsull</name><uri>http://blogs.msdn.com/members/timsull.aspx</uri></author><category term="VS IDE" scheme="http://blogs.msdn.com/timsull/archive/tags/VS+IDE/default.aspx" /></entry><entry><title>Moving to ASP.Net</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/timsull/archive/2003/12/23/57521.aspx" /><id>http://blogs.msdn.com/timsull/archive/2003/12/23/57521.aspx</id><published>2003-12-24T06:07:00Z</published><updated>2003-12-24T06:07:00Z</updated><content type="html">Thanks for all the great comments on my intro Help post.  I'll soon be posting about the new VS Settings feature in VS Whidbey.  But that post will be at &lt;a href="http://weblogs.asp.net/timsull"&gt;my new blog on ASP.Net&lt;/a&gt;.&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=57521" width="1" height="1"&gt;</content><author><name>timsull</name><uri>http://blogs.msdn.com/members/timsull.aspx</uri></author></entry><entry><title>New to asp.net</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/timsull/archive/2003/12/23/45598.aspx" /><id>http://blogs.msdn.com/timsull/archive/2003/12/23/45598.aspx</id><published>2003-12-24T03:02:00Z</published><updated>2003-12-24T03:02:00Z</updated><content type="html">I've just moved to ASP.Net.  My previous blog was on &lt;a href="http://blogs.gotdotnet.com/timsull/"&gt;gotdotnet&lt;/a&gt;.

More entries to follow...


-Tim&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=45598" width="1" height="1"&gt;</content><author><name>timsull</name><uri>http://blogs.msdn.com/members/timsull.aspx</uri></author></entry><entry><title>The lowdown on Help in VS Whidbey</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/timsull/archive/2003/11/11/57506.aspx" /><id>http://blogs.msdn.com/timsull/archive/2003/11/11/57506.aspx</id><published>2003-11-11T12:26:00Z</published><updated>2003-11-11T12:26:00Z</updated><content type="html">&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;
    &lt;p&gt;
        Hello world, my name is Tim--though I also respond to TimSull, Timmy, and Timmaaayyy--I'm
        a developer on the Visual Studio IDE team...welcome to my blog.&amp;#160; I work on a
        number of different features of VS including&amp;#160;Help Integration, Community Integration,
        Commands and Menus, Side-by-Side Versioning, and Import/Export Settings. My plan for
        this blog is mostly to talk about some of the cool stuff we're doing for the Whidbey
        release and to provide a forum for developers out there to give us feedback about
        our plans.&amp;#160;&amp;#160;I'll try to go through my features one by one and tell what
        I can about our plans.&amp;#160; If people respond and want to know more about a particular
        area, I'll go into the gory details.&amp;#160; I must say, given that I'm still new to
        the whole blogging fad, I'm a bit skeptical that anybody&amp;#160;is actually going to
        read my blog.&amp;#160; But what the heck, I'll just throw this one out there and see
        what happens.
    &lt;/p&gt;
    &lt;p&gt;
        &lt;strong&gt;&lt;/strong&gt;&amp;#160;
    &lt;/p&gt;
    &lt;p&gt;
        &lt;strong&gt;&lt;font size="4"&gt;IDE Help and Community Integration for Whidbey:&lt;/font&gt;&lt;/strong&gt;
    &lt;/p&gt;
    &lt;p&gt;
        Help and Community are getting a lot of attention in Whidbey. We've received an enormous
        amount of feedback from customers expressing their disdain for the Help that shipped
        in VS 2002 and 2003.&amp;#160; Developers consistently complain that the help interface
        makes it too hard to find the help content they're looking for.&amp;#160; And they complain
        that when they &lt;em&gt;finally&lt;/em&gt; do find 'the right topic' it's often lacking in some
        fundamental way.&amp;#160; We're trying to address these problems in a few different ways.
    &lt;/p&gt;
    &lt;p&gt;
        &lt;strong&gt;Improved content&lt;/strong&gt;: 
    &lt;/p&gt;
    &lt;p&gt;
        This isn't actually something that my team works on, but it's obviously really important,
        so I want to mention it. The editors that are responsible for writing the docs have
        heard your feedback and are working hard to improve the quality of the help content.
        For instance, C++ developers have made it clear that they&amp;#160;don't like seeing API
        reference that says only 'The FooBarEx() api takes parameters int x and void *y and
        returns 0 if successful', with no further discussion. If documentation barely says
        anything more than the SDK header file, it's obviously ...umm... lacking. VB developers
        have told us they don't want docs that seem to be written for or by C++ developers
        . For the VB developers , higher level content and task based help are clearly the
        way to go.&amp;#160;And virtually every developer we've ever talked to, regardless of
        their language of choice, has requested more and better quality code samples in topics.&amp;#160;
        All the people that are working on the help content are aware of this feedback and
        are working to address it in the Whidbey release.&amp;#160; Unfortunately, due to the
        sheer number of help topics in MSDN and a few scheduling and organizational issues,
        I can pretty much guarantee that a number of help topics will still be sub-par when
        we ship Whidbey. But hopefully the most important topics will have been rev'd and
        will be much improved.&amp;#160; If you've got a rant about the help content, or if you
        have particular topics you'd like to see fixed in Whidbey, let me know and I'll make
        sure the documentation teams hear your feedback.&amp;#160; Also, make sure to use the
        'send feedback' links whenever you find an MSDN topic that's not to your liking; those
        bits of feedback are all read by actual people and they result in bug entries that
        someone will be responsible for fixing.
    &lt;/p&gt;
    &lt;p&gt;
        &lt;strong&gt;Improved access to content&lt;/strong&gt;: 
    &lt;/p&gt;
    &lt;p&gt;
        In VS 2002 &amp;amp; 2003 you have 5 ways of getting help:
    &lt;/p&gt;
    &lt;ul&gt;
        &lt;li&gt;
            F1 -- Completely hit or miss, sometimes it works remarkably well, sometimes it shows
            the Dynamic Help window which is always trying to give you help on the 'Code and Text
            Editor', which is &lt;em&gt;never&lt;/em&gt; what you're looking for. 
        &lt;/li&gt;
        &lt;li&gt;
            Table of Contents -- I don't know anyone who has successfully found a specific topic
            they were looking for by navigating down the TOC tree.&amp;#160; The TOC is most useful
            for finding topics that are similar or related to the current topic, using the 'Sync
            Contents' button on the Web toolbar. 
        &lt;/li&gt;
        &lt;li&gt;
            Index -- If you already know the API or class name you're looking for then the Index
            works well, otherwise you're out of luck since this window is virtually useless for
            finding conceptual topics. 
        &lt;/li&gt;
        &lt;li&gt;
            Search -- 500 results in nearly random order, choose the topic you want based on its
            Title and Location--unfortunately the titles are really tough to differentiate since
            there are lots of duplicates and similarly named topics. 
        &lt;/li&gt;
        &lt;li&gt;
            Forgo the integrated help experience and search using the web&amp;#160;--&amp;#160;Has mixed
            results depending on your search engine of choice, forces you to leave the IDE, which
            implies a mental context-switch and usually a loss in productivity.&lt;/li&gt;
    &lt;/ul&gt;
    &lt;p dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
        In Whidbey we're making improvements to F1 and Search and&amp;#160;we're adding some completely
        new interfaces to access help content.
    &lt;/p&gt;
    &lt;ul&gt;
        &lt;li dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
            &lt;strong&gt;F1 &lt;/strong&gt;-- Better metadata on help topics will make F1 work more consistently
            even if you're not in the context of a project, or if you're writing code in native
            C++ where we usually don't have fully namespaced keywords to lookup. Better disambiguation
            UI will show topics that are more targeted to your selection; you won't see the same
            topics all the time.&amp;#160; You'll also have the option of going online for F1.&amp;#160;
            This will have 2 beneficial effects: First, you'll get the very newest help topics.&amp;#160;And
            second, if you're not satisfied with your F1 results, you'll be able to let MS know
            so we can try to fix whatever bug is causing F1 to be broken. 
        &lt;/li&gt;
        &lt;li dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
            &lt;strong&gt;Search&lt;/strong&gt; -- Filtering will be more easily adjustable than it was in
            VS2002 and 2003, and will do a better job of filtering away many of the topics you'll
            never have an interest in. (Topics on DirectX, the Speech SDK, Commerce Server 2002,
            etc. might be great, but not when they show up at the top of the search results list
            when you're trying to learn about a TreeView control for C#.)&amp;#160;Also, the search
            results will show a dynamically generated abstract based on the text of the topic
            to go along with the Title and Location. We hope this will make it much easier to
            tell if a topic will be worthwhile before you click on it and wait for the fancy script
            and graphics to render in the web browser window. 
        &lt;/li&gt;
        &lt;li dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
            &lt;strong&gt;How do I...&lt;/strong&gt; -- This is an entirely new view into the help system.
            It's a hierarchical organization of common tasks a developer is likely to encounter.
            Each developer segment (VB, C#, Web, etc.) will have its own hierarchy containing
            roughly 200-400 tasks. Each task will contain carefully reviewed editorial text along
            with &lt;em&gt;&lt;strong&gt;sample code &lt;/strong&gt;&lt;/em&gt;that can be copied and pasted into the
            VS editor. The documentation teams have been collecting user feedback to help determine
            which tasks to include in the hierarchies. If you have ideas for tasks you'd like
            to see in a How do I... page, let me know and I'll pass them along to the right people.&amp;#160;
            You can think of How Do I... as a hand-picked, carefully designed subset of the Table
            of Contents. Check out these screen shots from live builds: &lt;a href="http://www.winisp.net/timrsull/screenshots/VB_TaskBrowse.jpg"&gt;How
            Do I... hierarchy page&lt;/a&gt;, &lt;a href="http://www.winisp.net/timrsull/screenshots/VB_TaskBrowse_subcat.jpg"&gt;WinForms
            Controls category page&lt;/a&gt;. 
        &lt;/li&gt;
        &lt;li dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
            &lt;strong&gt;Help Favorites &lt;/strong&gt;-- previous versions of VS and MSDN contained an integrated
            favorites tool window, but it was just the IE favorites window, not help-specific
            favorites. Our initial surveys and focus groups have indicated that developers think
            help-specific favorites will be really useful.&amp;#160; People have also shown a lot
            of interest in the ability to save favorite search queries so they can easily go back
            to interesting sets of search results.&lt;/li&gt;
    &lt;/ul&gt;
    &lt;p style="MARGIN-RIGHT: 0px"&gt;
        &lt;strong&gt;Inclusion of online content: &lt;/strong&gt;
    &lt;/p&gt;
    &lt;p style="MARGIN-RIGHT: 0px"&gt;
        There are numerous things that online help can provide above and beyond what you already
        get with local help:
    &lt;/p&gt;
    &lt;ul&gt;
        &lt;li&gt;
            &lt;div style="MARGIN-RIGHT: 0px"&gt;Smaller install size: MSDN is on the order of 2 GB
                when installed locally, online help has the ability to forgo that use of hard disk
                space.
            &lt;/div&gt;
        &lt;/li&gt;
        &lt;li&gt;
            &lt;div style="MARGIN-RIGHT: 0px"&gt;Newest content: if content gets updated, the only way
                to get that with local help is to acquire and install one of the MSDN Quarterly updates
                (very heavyweight process).&amp;#160; With online help, you get the newest content automatically.
            &lt;/div&gt;
        &lt;/li&gt;
        &lt;li&gt;
            &lt;div style="MARGIN-RIGHT: 0px"&gt;Ability to provide feedback to MS: Online help makes
                it easy to tell MS that a particular help topic is insufficient.
            &lt;/div&gt;
        &lt;/li&gt;
    &lt;/ul&gt;
    &lt;p style="MARGIN-RIGHT: 0px"&gt;
        &lt;strong&gt;Inclusion of Community content:&lt;/strong&gt;
    &lt;/p&gt;
    &lt;p style="MARGIN-RIGHT: 0px"&gt;
        Going online to access MSDN content has its benefits, but the biggest win in searching
        online is really the ability to access &lt;em&gt;living content&lt;/em&gt;.&amp;#160; If you look
        at some of the fantastic work that Community-based web sites like &lt;a href="http://www.dotnet247.com"&gt;.Net247&lt;/a&gt;, &lt;a href="http://www.codeproject.com"&gt;CodeProject&lt;/a&gt;, &lt;a href="http://www.asp.net"&gt;ASP.Net&lt;/a&gt;,
        and others have done, it's clear that static content published to the web can never
        be as rich as content that is provided by members of the developer community.&amp;#160;
        Don't get me wrong, MSDN's API reference is obviously important.&amp;#160; But if you
        open that content up to be annotated and extended by people in the community, then
        it becomes a much more powerful resource.&amp;#160; It's really a complementary relationship:
        MSDN content provides breadth&amp;#160;of coverage while the Community fills in depth
        in the areas that are most important to developers in the real world.&amp;#160; Community
        content also helps address the need for more code snippets.&amp;#160; If I need help using
        a DataGrid control, I definitely prefer to look for code snippets at &lt;a href="http://www.dotnet247.com/247reference/System/Windows/Forms/DataGrid.aspx?v=1"&gt;.Net
        247's DataGrid page&lt;/a&gt; than at &lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWindowsFormsDataGridClassTopic.asp"&gt;MSDN's
        static DataGrid class topic&lt;/a&gt;.&amp;#160; MSDN's code snippet looks very comprehensive,
        but .Net 247's page provides so much more variety, and it's directly linked to a forum
        where I can ask questions about the code and interact with the code authors or other
        forum members.&amp;#160; The experience at the Community-based site&amp;#160;is much richer
        because the content is far more dynamic and because&amp;#160;I can interact instead of
        just reading.
    &lt;/p&gt;
    &lt;p style="MARGIN-RIGHT: 0px"&gt;
        So how does this apply to VS?&amp;#160; In Whidbey we have partnered with a number of &lt;a href="http://www.gotdotnet.com/content/codewise/communities.aspx"&gt;Community
        sites&lt;/a&gt; that will allow MS to aggregate and search their content from the VS client.&amp;#160;
        This means that when you search for DataGrid from Visual Studio Whidbey, you'll see
        a list of local help MSDN topics, a list of MSDN online topics, and a list of links
        to pages on CodeWise web&amp;#160;sites.&amp;#160; So developers will have simple, direct
        access to the newest and most popular code samples and technical articles in the community.&amp;#160;
        You'll see living content alongside the comprehensive static content from MSDN. 
    &lt;/p&gt;
    &lt;p style="MARGIN-RIGHT: 0px"&gt;
        In our focus groups, we've found that many of the more savvy developers out there
        currently do a 2-stage search for help content.&amp;#160; First they search in local help
        or MSDN Online, and then they search Google.&amp;#160; The goal of integrating community
        content into the VS client is two-fold: First, we want to help our not-so-savvy customers
        get access to all the great community content out there.&amp;#160;&amp;#160;Second, we want
        to make finding help content a seamless experience where you only have to learn and
        use one UI, and you never have to leave the IDE.&amp;#160; The main outstanding question
        is: Will the quality of integrated VS search results be comparable or better than
        the search results from today's 2-stage search.&amp;#160; Because of our highly customized
        filtering and scoping, we think that they will, and when you combine that with having
        a single search entry point and a unified search results interface, our solution should
        be a big productivity win.
    &lt;/p&gt;
    &lt;p style="MARGIN-RIGHT: 0px"&gt;
        &lt;strong&gt;But what does it all mean (to you)?&lt;/strong&gt;
    &lt;/p&gt;
    &lt;p style="MARGIN-RIGHT: 0px"&gt;
        When I look at the full list of changes we're making to improve Help in Whidbey&amp;#160;I
        think they'll add up to a big productivity win for our customers.&amp;#160; But I'd love
        to hear what the developers out there think of our plans.&amp;#160; Are you psyched about
        what we're bringing to the table in Whidbey?&amp;#160; Do you wish we were focusing our
        efforts in different places?&amp;#160; Let us know what you think!
    &lt;/p&gt;
&lt;/body&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=57506" width="1" height="1"&gt;</content><author><name>timsull</name><uri>http://blogs.msdn.com/members/timsull.aspx</uri></author><category term="MSDN" scheme="http://blogs.msdn.com/timsull/archive/tags/MSDN/default.aspx" /><category term="VS Help" scheme="http://blogs.msdn.com/timsull/archive/tags/VS+Help/default.aspx" /><category term="Community" scheme="http://blogs.msdn.com/timsull/archive/tags/Community/default.aspx" /><category term="VS IDE" scheme="http://blogs.msdn.com/timsull/archive/tags/VS+IDE/default.aspx" /></entry></feed>