<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Professional Visual Studio &#187; SDK</title>
	<atom:link href="http://www.professionalvisualstudio.com/blog/tags/sdk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.professionalvisualstudio.com/blog</link>
	<description>Tips, Tricks, and Best Practices for professional .NET developers</description>
	<lastBuildDate>Sun, 15 Aug 2010 02:44:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Visual Studio 2008 SDK 1.1</title>
		<link>http://www.professionalvisualstudio.com/blog/2008/08/21/visual-studio-2008-sdk-11/</link>
		<comments>http://www.professionalvisualstudio.com/blog/2008/08/21/visual-studio-2008-sdk-11/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 12:21:30 +0000</pubDate>
		<dc:creator>Keyvan Nayyeri</dc:creator>
				<category><![CDATA[SDK]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[VSX]]></category>

		<guid isPermaLink="false">http://www.professionalvisualstudio.com/blog/2008/08/21/visual-studio-2008-sdk-11/</guid>
		<description><![CDATA[Yesterday Microsoft Visual Studio Extensibility team announced a new update in Visual Studio 2008 SDK and released version 1.1 to public. For VSX developers, this is important news because there are some major updates to improve the extensibility features especially around Visual Studio Shell development. This new version works on .NET Framework 3.5 and Visual [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday Microsoft Visual Studio Extensibility team <a href="http://blogs.msdn.com/vsxteam/archive/2008/08/19/visual-studio-2008-sdk-1-1-has-been-released.aspx">announced</a> a new update in Visual Studio 2008 SDK and released version 1.1 to public.</p>
<p>For VSX developers, this is important news because there are some major updates to improve the extensibility features especially around Visual Studio Shell development. This new version works on .NET Framework 3.5 and Visual Studio 2008 Service Pack 1.</p>
<p>Quan To has outlined these updates on VSX team blog but major updates are a reduction in the size of VS Shell package installers that no longer hold .NET Framework 3.5 data and also there is an update that lets you develop VS Shell applications as a normal Windows user that wasn’t possible before.</p>
<p>You can download Visual Studio 2008 SDK 1.1 from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=59ec6ec3-4273-48a3-ba25-dc925a45584d&amp;DisplayLang=en">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.professionalvisualstudio.com/blog/2008/08/21/visual-studio-2008-sdk-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerCommands for Visual Studio 2008</title>
		<link>http://www.professionalvisualstudio.com/blog/2008/03/02/powercommands-for-visual-studio-2008/</link>
		<comments>http://www.professionalvisualstudio.com/blog/2008/03/02/powercommands-for-visual-studio-2008/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 17:44:53 +0000</pubDate>
		<dc:creator>Keyvan Nayyeri</dc:creator>
				<category><![CDATA[Addons and Extras]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[VSX]]></category>

		<guid isPermaLink="false">http://www.professionalvisualstudio.com/blog/2008/03/02/powercommands-for-visual-studio-2008/</guid>
		<description><![CDATA[Today Visual Studio Ecosystem team announced the availability of PowerCommands for Visual Studio 2008 as a free set of extensions that brings lots of helpful features to Visual Studio IDE. These commands are available with source code to let you learn how to develop new commands or modify them. Some of these features are a [...]]]></description>
			<content:encoded><![CDATA[<p>Today Visual Studio Ecosystem team announced the availability of <a href="http://blogs.msdn.com/vsxteam/archive/2008/02/29/PowerCommands-for-Visual-Studio-2008-released.aspx">PowerCommands for Visual Studio 2008</a> as a free set of extensions that brings lots of helpful features to Visual Studio IDE. These commands are available with source code to let you learn how to develop new commands or modify them. Some of these features are a part of some editions of Visual Studio 2008 and you can bring them to other editions via these commands.</p>
<p>You need to have Visual Studio 2008 SDK 1.0 installed to be able to open the source code for these commands.</p>
<p>A short list of features that are provided by this project are:</p>
<ul>
<li>Collapse Projects</li>
<li>Copy Class</li>
<li>Paste Class</li>
<li>Copy References</li>
<li>Paste References</li>
<li>Copy As Project Reference</li>
<li>Edit Project File</li>
<li>Open Containing Folder</li>
<li>Open Command Prompt</li>
<li>Unload Projects</li>
<li>Reload Projects</li>
<li>Remove and Sort Usings</li>
<li>Extract Constant</li>
<li>Clear Recent File List</li>
<li>Clear Recent Project List</li>
<li>Transform Templates</li>
<li>Close All</li>
</ul>
<p>You can download the package that contains the source code of PowerCommands from the <a href="http://blogs.msdn.com/vsxteam/archive/2008/02/29/PowerCommands-for-Visual-Studio-2008-released.aspx">announcement post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.professionalvisualstudio.com/blog/2008/03/02/powercommands-for-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2008 SDK Released</title>
		<link>http://www.professionalvisualstudio.com/blog/2007/11/21/visual-studio-2008-sdk-released/</link>
		<comments>http://www.professionalvisualstudio.com/blog/2007/11/21/visual-studio-2008-sdk-released/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 14:36:43 +0000</pubDate>
		<dc:creator>Keyvan Nayyeri</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[VSX]]></category>

		<guid isPermaLink="false">http://www.professionalvisualstudio.com/blog/2007/11/21/visual-studio-2008-sdk-released/</guid>
		<description><![CDATA[This is my first post on this blog.&#160; Dave already has introduced me and I have to thank him here.&#160; As he said, I&#8217;m the author of forthcoming Wrox Professional Visual Studio Extensibility book which is due to publish in March 2008.&#160; On this blog, I&#8217;m going to write about Visual Studio especially about Visual [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 5px 0px 5px 5px; border-right-width: 0px" height="145" alt="VSX" src="http://www.professionalvisualstudio.com/blog/wp-content/uploads/2007/11/windowslivewritervisualstudio2008sdkreleased-fc77y1pmdlx-x6gg9s8a45w2celjvrlo1hebvvm35jzvfdzqn64ndby9hhtvs1ntj00ng78-3.jpg" width="240" align="right" border="0"> </p>
<p>This is my first post on this blog.&nbsp; Dave already <a href="http://www.professionalvisualstudio.com/blog/2007/11/18/introducing-keyvan-nayyeri/">has introduced</a> me and I have to thank him here.&nbsp; As he said, I&#8217;m the author of forthcoming <a href="http://www.amazon.com/gp/product/0470230843/103-8512413-3285419?ie=UTF8&amp;tag=keyvannayyeri-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=0470230843">Wrox Professional Visual Studio Extensibility</a> book which is due to publish in March 2008.&nbsp; On this blog, I&#8217;m going to write about Visual Studio especially about Visual Studio Extensibility (aka VSX).</p>
<p>Interestingly I&#8217;m beginning my blogging on this site when Visual Studio 2008 is released just two days ago and its SDK released earlier today.&nbsp; Ken Levy from Visual Studio Ecosystem team <a href="http://blogs.msdn.com/vsxteam/archive/2007/11/21/Visual-Studio-2008-SDK-1.0-and-Visual-Studio-2008-Shell-released.aspx">announced this</a> with great details.&nbsp; You can download the first version of Visual Studio 2008 SDK from <a href="http://www.microsoft.com/downloads/details.aspx?familyid=30402623-93ca-479a-867c-04dc45164f5b&amp;displaylang=en">here</a>.</p>
<p>As you see in the announcement, there are three major additions to this new SDK including the new Visual Studio Shell integrated and isolated modes as well as Visual Basic support for code samples.</p>
<p>Here on this blog, I want to begin writing some posts about Visual Studio Shell and Domain-Specific Languages Tools as two not-covered-much aspects of VSX and also will cover other aspects of VSX beside them.</p>
<p>So stay tuned and keep looking on this blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.professionalvisualstudio.com/blog/2007/11/21/visual-studio-2008-sdk-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

