<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>VS.NET</title>
        <link>http://www.mostlylucid.net/category/26.aspx</link>
        <description>VS.NET</description>
        <language>en-US</language>
        <copyright>Scott Galloway</copyright>
        <generator>Subtext Version 2.1.0.5</generator>
        <item>
            <title>Visual Studio 2008 PowerCommands</title>
            <link>http://mostlylucid.net/archive/2008/05/31/visual-studio-2008-powercommands.aspx</link>
            <description>&lt;p&gt;I keep losing &lt;a href="http://code.msdn.microsoft.com/PowerCommands"&gt;these&lt;/a&gt;, the &lt;a href="http://code.msdn.microsoft.com/PowerCommands"&gt;Visual Studio 2008 PowerCommands&lt;/a&gt;, these are one of my essential installs for VS 2008, from the site:&lt;/p&gt;  &lt;p&gt;Below is a list of the included in PowerCommands for Visual Studio 2008 version 1.1. Refer to the Readme document for additional command details and screenshots.   &lt;br /&gt;&lt;b&gt;Enable/Disable PowerCommands in Options dialog&lt;/b&gt;    &lt;br /&gt;This feature allows you to select which commands to enable in the Visual Studio IDE. Point to the Tools menu, then click Options. Expand the PowerCommands options, then click Commands. Check the commands you would like to enable.    &lt;br /&gt;Note: All power commands are initially defaulted Enabled.    &lt;br /&gt;&lt;b&gt;Format document on save / Remove and Sort Usings on save&lt;/b&gt;    &lt;br /&gt;The Format document on save option formats the tabs, spaces, and so on of the document being saved. It is equivalent to pointing to the Edit menu, clicking Advanced, and then clicking Format Document. The Remove and sort usings option removes unused using statements and sorts the remaining using statements in the document being saved.    &lt;br /&gt;Note: The Remove and sort usings option is only available for C# documents.    &lt;br /&gt;Note: Format document on save and Remove and sort usings both are initially defaulted OFF.    &lt;br /&gt;&lt;b&gt;Clear All Panes&lt;/b&gt;    &lt;br /&gt;This command clears all output panes. It can be executed from the button on the toolbar of the Output window.    &lt;br /&gt;&lt;b&gt;Copy Path&lt;/b&gt;    &lt;br /&gt;This command copies the full path of the currently selected item to the clipboard. It can be executed by right-clicking one of these nodes in the Solution Explorer:    &lt;br /&gt;The solution node; A project node; Any project item node; Any folder.     &lt;br /&gt;&lt;b&gt;Email CodeSnippet&lt;/b&gt;    &lt;br /&gt;To email the lines of text you select in the code editor, right-click anywhere in the editor and then click Email CodeSnippet.     &lt;br /&gt;&lt;b&gt;Insert Guid Attribute&lt;/b&gt;    &lt;br /&gt;This command adds a Guid attribute to a selected class. From the code editor, right-click anywhere within the class definition, then click Insert Guid Attribute.    &lt;br /&gt;&lt;b&gt;Show All Files&lt;/b&gt;    &lt;br /&gt;This command shows the hidden files in all projects displayed in the Solution Explorer when the solution node is selected. It enhances the Show All Files button, which normally shows only the hidden files in the selected project node.    &lt;br /&gt;&lt;b&gt;Undo Close&lt;/b&gt;    &lt;br /&gt;This command reopens a closed document , returning the cursor to its last position. To reopen the most recently closed document, point to the Edit menu, then click Undo Close. Alternately, you can use the Ctrl&lt;u&gt;Shift&lt;/u&gt;Z shortcut.    &lt;br /&gt;To reopen any other recently closed document, point to the View menu, click Other Windows, and then click Undo Close Window. The Undo Close window appears, typically next to the Output window. Double-click any document in the list to reopen it.    &lt;br /&gt;&lt;b&gt;Collapse Projects&lt;/b&gt;    &lt;br /&gt;This command collapses a project or projects in the Solution Explorer starting from the root selected node. Collapsing a project can increase the readability of the solution. This command can be executed from three different places: solution, solution folders and project nodes respectively.    &lt;br /&gt;&lt;b&gt;Copy Class&lt;/b&gt;    &lt;br /&gt;This command copies a selected class entire content to the clipboard, renaming the class. This command is normally followed by a Paste Class command, which renames the class to avoid a compilation error. It can be executed from a single project item or a project item with dependent sub items.    &lt;br /&gt;&lt;b&gt;Paste Class&lt;/b&gt;    &lt;br /&gt;This command pastes a class entire content from the clipboard, renaming the class to avoid a compilation error. This command is normally preceded by a Copy Class command. It can be executed from a project or folder node.    &lt;br /&gt;&lt;b&gt;Copy References&lt;/b&gt;    &lt;br /&gt;This command copies a reference or set of references to the clipboard. It can be executed from the references node, a single reference node or set of reference nodes.    &lt;br /&gt;&lt;b&gt;Paste References&lt;/b&gt;    &lt;br /&gt;This command pastes a reference or set of references from the clipboard. It can be executed from different places depending on the type of project. For CSharp projects it can be executed from the references node. For Visual Basic and Website projects it can be executed from the project node.    &lt;br /&gt;&lt;b&gt;Copy As Project Reference&lt;/b&gt;    &lt;br /&gt;This command copies a project as a project reference to the clipboard. It can be executed from a project node.    &lt;br /&gt;&lt;b&gt;Edit Project File&lt;/b&gt;    &lt;br /&gt;This command opens the MSBuild project file for a selected project inside Visual Studio. It combines the existing Unload Project and Edit Project commands.     &lt;br /&gt;&lt;b&gt;Open Containing Folder&lt;/b&gt;    &lt;br /&gt;This command opens a Windows Explorer window pointing to the physical path of a selected item. It can be executed from a project item node     &lt;br /&gt;&lt;b&gt;Open Command Prompt&lt;/b&gt;    &lt;br /&gt;This command opens a Visual Studio command prompt pointing to the physical path of a selected item. It can be executed from four different places: solution, project, folder and project item nodes respectively.    &lt;br /&gt;&lt;b&gt;Unload Projects&lt;/b&gt;    &lt;br /&gt;This command unloads all projects in a solution. This can be useful in MSBuild scenarios when multiple projects are being edited. This command can be executed from the solution node.     &lt;br /&gt;&lt;b&gt;Reload Projects&lt;/b&gt;    &lt;br /&gt;This command reloads all unloaded projects in a solution. It can be executed from the solution node.     &lt;br /&gt;&lt;b&gt;Remove and Sort Usings&lt;/b&gt;    &lt;br /&gt;This command removes and sort using statements for all classes given a project. It is useful, for example, in removing or organizing the using statements generated by a wizard. This command can be executed from a solution node or a single project node.    &lt;br /&gt;&lt;b&gt;Extract Constant&lt;/b&gt;    &lt;br /&gt;This command creates a constant definition statement for a selected text. Extracting a constant effectively names a literal value, which can improve readability. This command can be executed from the code editor by right-clicking selected text.    &lt;br /&gt;&lt;b&gt;Clear Recent File List&lt;/b&gt;    &lt;br /&gt;This command clears the Visual Studio recent file list. The Clear Recent File List command brings up a Clear File dialog which allows any or all recent files to be selected.    &lt;br /&gt;&lt;b&gt;Clear Recent Project List&lt;/b&gt;    &lt;br /&gt;This command clears the Visual Studio recent project list. The Clear Recent Project List command brings up a Clear File dialog which allows any or all recent projects to be selected.    &lt;br /&gt;&lt;b&gt;Transform Templates&lt;/b&gt;    &lt;br /&gt;This command executes a custom tool with associated text templates items. It can be executed from a DSL project node or a DSL folder node.    &lt;br /&gt;&lt;b&gt;Close All&lt;/b&gt;    &lt;br /&gt;This command closes all documents. It can be executed from a document tab.&lt;/p&gt;&lt;img src="http://mostlylucid.net/aggbug/1292.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Scott Galloway</dc:creator>
            <guid>http://mostlylucid.net/archive/2008/05/31/visual-studio-2008-powercommands.aspx</guid>
            <pubDate>Sun, 01 Jun 2008 05:49:01 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2008/05/31/visual-studio-2008-powercommands.aspx#feedback</comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/1292.aspx</wfw:commentRss>
        </item>
        <item>
            <title>End of a busy week</title>
            <link>http://mostlylucid.net/archive/2005/08/05/end-of-a-busy-week.aspx</link>
            <description>&lt;p&gt;Well, that's it...TechReady1 is at an end, as with all conferences there were some high and low points (usual lows, level of content...length of sessions etc). The highs were pretty good though! &lt;br /&gt;C# 3.0 is just looking amazing - you'll just love this stuff when you see it at the PDC; there have been some *sneaks* which &lt;a href="http://blogs.sarkhouston.com/jrobertson/archive/2005/07/19/2742.aspx"&gt;may or may not be true&lt;/a&gt; and I guess there will be some controversy about some of the new stuff...but I just love it! Seeing Anders Hejlserg's presentation and Chalk Talk you can tell how excited he is about this stuff too...just get your butt to the PDC!&lt;br /&gt;A  lot of thought is going into the whole smart client / occasionally connected scenarios - this is going to be a big area for the future and some of the stuff that's planned is pretty cool (new Whitepapers on this stuff are due soonish...). &lt;br /&gt;Some great keynotes - lots of stuff I can't talk about yet (it kills me to say that...working for Microsoft is a two-edged sword!) some great stuff coming in Vista and Office as well as some great stuff for Enterprise customers certainly looks like it's going to be an interesting year ahead! Oh, I have a video snippet of &lt;a href="http://www.microsoft.com/presspass/exec/jim/default.mspx"&gt;Jim Allchin&lt;/a&gt; &lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=63208"&gt;playing guitar&lt;/a&gt; today...hope I grow up to be just like him ;-)&lt;/p&gt;
&lt;p&gt;Well, I'm off to try and get a machine loaded up with C# 3.0,Vista Beta 1, VS.NET 2005,  SQL Server 2005, &lt;a href="http://www.microsoft.com/windowsvista/nextgen/avalon.mspx"&gt;Windows Presentation Foundation&lt;/a&gt; (formerly Avalon) and BizTalk 2006...wish me luck :-P (actually...pretty sure this is totally impossible right now...just in case you were wondering...)&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;img src="http://mostlylucid.net/aggbug/1108.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Blog Author</dc:creator>
            <guid>http://mostlylucid.net/archive/2005/08/05/end-of-a-busy-week.aspx</guid>
            <pubDate>Sat, 06 Aug 2005 03:30:00 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2005/08/05/end-of-a-busy-week.aspx#feedback</comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/1108.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Visual Studio Team System VPC due next week...</title>
            <link>http://mostlylucid.net/archive/2005/07/01/visual-studio-team-system-vpc-due-next-week.aspx</link>
            <description>&lt;p&gt;Just heard that there will be a publicly (well,  MSDN subscriber) avaialble download of a Virtual PC image of Visual Studio Team System 2005 (plus all the bits you need to run it) avaialble soon. We've been using this internally for a while and if you want to really get to grips with this great product, it's fantastic...not sure about the memory requirements yet - but I'd guess 512MB won't cut it :-)&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;img src="http://mostlylucid.net/aggbug/1103.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Blog Author</dc:creator>
            <guid>http://mostlylucid.net/archive/2005/07/01/visual-studio-team-system-vpc-due-next-week.aspx</guid>
            <pubDate>Fri, 01 Jul 2005 16:16:00 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2005/07/01/visual-studio-team-system-vpc-due-next-week.aspx#feedback</comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/1103.aspx</wfw:commentRss>
        </item>
        <item>
            <title>[HELP] Question on Windows Server 2003 Wildcard Mapping and VS.NET</title>
            <link>http://mostlylucid.net/archive/2005/03/09/help-question-on-windows-server-2003-wildcard-mapping-and-vs.net.aspx</link>
            <description>Here’s what I’m doing – I have a wildcard map set on my IIS 6 server to allow me to do “/” path mapping through my ASP.NET HttpHandler – problem is that VS.NET can no longer open the web project at that address…anyone any idea why?&lt;br /&gt; &lt;font color="#ff0000"&gt;UPDATE:&lt;/font&gt;  Looks like it has to do with Front Page Server Extension stuff...sooner that goes away the better (roll on VS.NET 2005!). Anyway, to get around this I used the instructions &lt;a href="http://pluralsight.com/wiki/default.aspx/Fritz.AspNetWithoutWebProjects"&gt;here&lt;/a&gt; which basically tell you how to avoid the nasty FPSE stuff and run Web Projects like a normal class library (which also makes them load faster as a nice side effect!)&lt;br /&gt;&lt;img src="http://mostlylucid.net/aggbug/1021.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Blog Author</dc:creator>
            <guid>http://mostlylucid.net/archive/2005/03/09/help-question-on-windows-server-2003-wildcard-mapping-and-vs.net.aspx</guid>
            <pubDate>Wed, 09 Mar 2005 18:06:00 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2005/03/09/help-question-on-windows-server-2003-wildcard-mapping-and-vs.net.aspx#feedback</comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/1021.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Visual Studio 2005 may become Visual Studio 2006 - that sucks!</title>
            <link>http://mostlylucid.net/archive/2004/10/20/visual-studio-2005-may-become-visual-studio-2006---that.aspx</link>
            <description>Just read &lt;a href="http://weblogs.asp.net/fbouma/archive/2004/10/19/244654.aspx"&gt;here&lt;/a&gt;, of course this is pure speculation right now but it would seem likely that if &lt;a href="http://www.theserverside.net/news/thread.tss?thread_id=29537"&gt;this is true&lt;/a&gt; (Sql Server 2005 is being delayed until Q3 2005 or so...) the Visual Studio 2005 will also be delayed by at least that much. This would be a terrible move - especially as MS are already encouraging people to &lt;a href="http://blogs.msdn.com/ericnel/archive/2004/07/18/186859.aspx"&gt;move to using the 2005 products early&lt;/a&gt; and devoting entire editions of &lt;a href="http://msdn.microsoft.com/msdnmag/issues/04/06/default.aspx"&gt;MSDN magazine to the product&lt;/a&gt; (which &lt;a href="http://lab.msdn.microsoft.com/vs2005/get/default.aspx"&gt;doesn't even have a go-live license&lt;/a&gt; yet!). The latest betas of VS 2005 seem pretty stable and ASP.NET 2.0 appears to be pretty feature complete (especially as many of the &lt;a href="http://weblogs.asp.net/ShankuN/archive/2004/08/16/215487.aspx"&gt;cooler features have recently been ditched&lt;/a&gt;) , for many developers the SQL Server and VS releases do not need to be linked at all - it'd suck if you couldn't use the new cool CLR in DB features but it's not a killer. &lt;br /&gt;In short, please Microsoft just get on and release VS 2005 as soon as it's ready - you'll get a lot of happy developers that way!&lt;img src="http://mostlylucid.net/aggbug/963.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Blog Author</dc:creator>
            <guid>http://mostlylucid.net/archive/2004/10/20/visual-studio-2005-may-become-visual-studio-2006---that.aspx</guid>
            <pubDate>Wed, 20 Oct 2004 17:33:00 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2004/10/20/visual-studio-2005-may-become-visual-studio-2006---that.aspx#feedback</comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/963.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Source Control stuff greyed out in Visual Studio .NET 2003?</title>
            <link>http://mostlylucid.net/archive/2004/06/18/source-control-stuff-greyed-out-in-visual-studio-.net-2003.aspx</link>
            <description>One of our developers had a problem where his VS.NET 2003 installed on Windows Server 2003 was greying out all of the options under the Source Control menu - took a little while to find the solution but eventually discovered it &lt;a href="http://groups.google.co.uk/groups?hl=en&amp;amp;lr=&amp;amp;ie=UTF-8&amp;amp;threadm=02f601c39f0d%241745fdc0%24a101280a%40phx.gbl&amp;amp;rnum=1&amp;amp;prev=/groups%3Fq%3DVisual%2BStudio%2B2003%2BSource%2BControl%2BGreyed%2Bout%26hl%3Den%26lr%3D%26ie%3DUTF-8%26selm%3D02f601c39f0d%25241745fdc0%2524a101280a%2540phx.gbl%26rnum%3D1"&gt;here&lt;/a&gt; - so if you have this problem, run a tool called SSINT.exe from your VSS\Win32 directory.&lt;img src="http://mostlylucid.net/aggbug/884.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Blog Author</dc:creator>
            <guid>http://mostlylucid.net/archive/2004/06/18/source-control-stuff-greyed-out-in-visual-studio-.net-2003.aspx</guid>
            <pubDate>Fri, 18 Jun 2004 20:37:00 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2004/06/18/source-control-stuff-greyed-out-in-visual-studio-.net-2003.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/884.aspx</wfw:commentRss>
        </item>
        <item>
            <title>XMLVisualiser Add-In from Ben Lovell</title>
            <link>http://mostlylucid.net/archive/2004/06/17/xmlvisualiser-add-in-from-ben-lovell.aspx</link>
            <description>&lt;p&gt;&lt;a href="http://bitarray.co.uk/ben/archive/2004/06/14/189.aspx"&gt;This&lt;/a&gt; is a really handy little add-in which lets you examine the content of XML bearing variables during debug sessions. I just discovered &lt;a href="http://www.bitarray.co.uk/ben/"&gt;Ben Lovell's blog&lt;/a&gt; , lots of useful stuff over there...&lt;/p&gt;&lt;img src="http://mostlylucid.net/aggbug/883.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Blog Author</dc:creator>
            <guid>http://mostlylucid.net/archive/2004/06/17/xmlvisualiser-add-in-from-ben-lovell.aspx</guid>
            <pubDate>Fri, 18 Jun 2004 00:20:00 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2004/06/17/xmlvisualiser-add-in-from-ben-lovell.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/883.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Really nice VS.NET 'Paste As'  Add-in from Alex P</title>
            <link>http://mostlylucid.net/archive/2004/05/21/really-nice-vs.net-paste-as--add-in-from-alex-p.aspx</link>
            <description>Simple idea but really useful! An add-in which lets you past content as various different things in VS.NET. &lt;a href="http://www.papadimoulis.com/alex/SmartPaster1.0.zip"&gt;Download it here&lt;/a&gt;. For more information, visit &lt;a href="http://weblogs.asp.net/Alex_Papadimoulis/archive/2004/05/21/136810.aspx"&gt;Alex's Post&lt;/a&gt;&lt;img src="http://mostlylucid.net/aggbug/834.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Blog Author</dc:creator>
            <guid>http://mostlylucid.net/archive/2004/05/21/really-nice-vs.net-paste-as--add-in-from-alex-p.aspx</guid>
            <pubDate>Sat, 22 May 2004 01:57:00 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2004/05/21/really-nice-vs.net-paste-as--add-in-from-alex-p.aspx#feedback</comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/834.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Missing some really interesting stuff...</title>
            <link>http://mostlylucid.net/archive/2003/09/23/missing-some-really-interesting-stuff.aspx</link>
            <description>&lt;p&gt;Today the Design Preview of new versions of ASP.NET happens in London...but I have a prior engagement and can't go...wahhhh!!! &lt;br /&gt;If anyone from the ASP.NET design team is reading this - I love travel - and the Residence Inn in Redmond is lovely ;-)&lt;br /&gt;Anyway, from what I've seen of Whidbey (and I can't even talk about that!) it is looking stunning...well done...oh man, it is going to be fun getting the new stuff into production,,,&lt;/p&gt;&lt;img src="http://mostlylucid.net/aggbug/581.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Blog Author</dc:creator>
            <guid>http://mostlylucid.net/archive/2003/09/23/missing-some-really-interesting-stuff.aspx</guid>
            <pubDate>Tue, 23 Sep 2003 20:33:00 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2003/09/23/missing-some-really-interesting-stuff.aspx#feedback</comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/581.aspx</wfw:commentRss>
        </item>
        <item>
            <title>XSLT editor for VS.NET</title>
            <link>http://mostlylucid.net/archive/2003/09/16/xslt-editor-for-vs.net.aspx</link>
            <description>Now this is very cool...why VS.NET doesn't have this built in is beyond me...&lt;a href="http://www.activestate.com/Products/Visual_XSLT/" target="_blank"&gt;Visual XSLT&lt;/a&gt; pretty much all you need for XSLT development within Visual Studio .NET...costs $295 for commercial users but they have an educational license (which I think is always a good idea!) see &lt;a href="http://www.activestate.com/Products/Visual_XSLT/pricing_and_licensing.plex" target="_blank"&gt;here&lt;/a&gt; for pricing...&lt;img src="http://mostlylucid.net/aggbug/560.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Blog Author</dc:creator>
            <guid>http://mostlylucid.net/archive/2003/09/16/xslt-editor-for-vs.net.aspx</guid>
            <pubDate>Wed, 17 Sep 2003 01:59:00 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2003/09/16/xslt-editor-for-vs.net.aspx#feedback</comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/560.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>
