<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/rss.xslt"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" 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:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Entries tagged with vs sdk - Channel 9</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/tags/vs+sdk/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Entries tagged with vs sdk - Channel 9</title><link>http://channel9.msdn.com/tags/VS+SDK/</link></image><description>vs sdk</description><link>http://channel9.msdn.com/tags/VS+SDK/</link><language>en-us</language><pubDate>Wed, 16 Apr 2008 09:54:30 GMT</pubDate><lastBuildDate>Wed, 16 Apr 2008 09:54:30 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>Doug Hodges: The history of Visual Studio Extensibility</title><description>Doug Hodges, a Principal Software Architect on the Visual Studio platform team, is interviewed by &lt;a href="http://blogs.msdn.com/klevy/"&gt;Ken Levy&lt;/a&gt; discussing the history of the Visual Studio IDE. Doug is often referred to as the father (or cool uncle) of the original Visual Studio IDE shell. The &lt;a href="http://www.code-magazine.com/Article.aspx?quickid=0710022"&gt;text transcript for this interview&lt;/a&gt; is available in the online edition of VSX edition of CoDe Focus magazine. Additional information about the VS SDK and VS Shell can be found at &lt;a href="http://msdn.com/vsx"&gt;http://msdn.com/vsx&lt;/a&gt;.&lt;img src="http://channel9.msdn.com/249705/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/Dan/Doug-Hodges-The-history-of-Visual-Studio-Extensibility/</comments><link>http://channel9.msdn.com/posts/Dan/Doug-Hodges-The-history-of-Visual-Studio-Extensibility/</link><pubDate>Wed, 16 Apr 2008 09:54:30 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/ch9/0/DougHodgesVSSDK_2MB_ch9.wmv</guid><evnet:views>11349</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/249705/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Doug Hodges, a Principal Software Architect on the Visual Studio platform team, is interviewed by &lt;a href="http://blogs.msdn.com/klevy/"&gt;Ken Levy&lt;/a&gt; discussing the history of the Visual Studio IDE. Doug is often referred to as the father (or cool uncle) of the original Visual Studio IDE shell. The &lt;a href="http://www.code-magazine.com/Article.aspx?quickid=0710022"&gt;text transcript for this interview&lt;/a&gt; is available in the online edition of VSX edition of CoDe Focus magazine. Additional information about the VS SDK and VS Shell can be found at &lt;a href="http://msdn.com/vsx"&gt;http://msdn.com/vsx&lt;/a&gt;.</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/0452fb5a-bb05-44fc-9fa8-887209839d18/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/feae0bc6-8d8f-4f9a-904b-392255ff1ed3/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/18bd1d42-eeb1-4088-9476-cbfbda70e16a/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/fe104144-abbd-4449-a5df-85bf4273a53d/" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/DougHodgesVSSDK_ch9.mp3" expression="full" duration="2799" type="audio/mp3" medium="audio" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/DougHodgesVSSDK_ch9.wma" expression="full" duration="2799" type="audio/x-ms-wma" medium="audio" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/DougHodgesVSSDK_2MB_ch9.wmv" expression="full" duration="2799" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/DougHodgesVSSDK_2MB_ch9.wmv" length="1" type="video/x-ms-wmv" /><dc:creator>Dan Fernandez</dc:creator><slash:comments>6</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/Dan/Doug-Hodges-The-history-of-Visual-Studio-Extensibility/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/249705/Trackback.aspx</trackback:ping><category>Visual Studio</category><category>VS Extensibility</category><category>VS SDK</category></item><item><title>Whirlwind 6: What's New in C# 3 -- Anonymous types, Extension methods</title><description>&lt;P&gt;Bruce Kyle of Microsoft and Stuart Celarier of &lt;a href="http://channel9.msdn.com/www.checkfree.com&gt;CheckFree&lt;/a&gt; explore the new languages features in C#. It's a whirlwind tour of the important language features since C# 1. Stuart describes the feature and why it is useful. But doesn't get into best practices nor suggested usages. Just the facts about the feature.&lt;/P&gt;
&lt;P&gt;Whirlwinds are bite-sized webcasts, each is shorter than 15 minutes. You can start anywhere in the series to learn about the parts you're most interested in.&lt;/P&gt;
&lt;P&gt;Part 6 is about anonymous types and extension methods. Extension methods are static methods that can be invoked using instance method syntax. Anonymous types are used without you having to name the type.&lt;/P&gt;
&lt;P&gt;These features are part of C# 3 in .NET 3.5.&lt;/P&gt;
&lt;P&gt;Duration: 8:30&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Other Whirlwind episodes:&lt;/STRONG&gt; What's new in C# 2&lt;/P&gt;
&lt;P&gt;&lt;a href="http://channel9.msdn.com/Showpost.aspx?postid=390556&gt;Whirlwind 1 - Generics&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=391143&gt;Whirlwind 2 - Iterators&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=391977&gt;Whirlwind 3 - Partial types, Anonymous methods&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=392487&gt;Whirlwind 4 - Accessors, Static Classes, Nullable Types&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Other Whirlwind episodes:&lt;/STRONG&gt; What's new in C# 3&lt;/P&gt;
&lt;P&gt;&lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=393414&gt;Whirlwind 5 - Automatically Implemented Properties, Type Inference, Initializer&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Other videos of interest&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;a href="http://channel9.msdn.com/Showpost.aspx?postid=388325&gt;Getting Started with Windows Workflow&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&lt;a href="http://channel9.msdn.com/Showpost.aspx?postid=388311&gt;Getting started with ASP.NET AJAX&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;More information&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;For more information about this topic, see &lt;a href="http://www.visualstuart.net/"&gt;Stuart's Visual Stuart&lt;/a&gt; blog. 
&lt;P&gt;For more information of interest to software developers, see the &lt;a href="http://blogs.msdn.com/usisvde"&gt;US ISV blog&lt;/a&gt;&lt;/P&gt;&lt;img src="http://channel9.msdn.com/262023/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/bruceky/Whirlwind-6-Whats-New-in-C-3-Anonymous-types-Extension-methods/</comments><link>http://channel9.msdn.com/posts/bruceky/Whirlwind-6-Whats-New-in-C-3-Anonymous-types-Extension-methods/</link><pubDate>Wed, 02 Apr 2008 23:33:21 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/ch9/0/Whirlwind6ExtensionMethodsAnonymousTypes.wmv</guid><evnet:views>5188</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/262023/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;P&gt;Bruce Kyle of Microsoft and Stuart Celarier of &lt;a href="/www.checkfree.com"&gt;CheckFree&lt;/a&gt; explore the new languages features in C#. It's a whirlwind tour of the important language features since C# 1. Stuart describes the feature and why it is useful. But doesn't get into best practices nor suggested usages. Just the facts about the feature.&lt;/P&gt;
&lt;P&gt;Whirlwinds are bite-sized webcasts, each is shorter than 15 minutes. You can start anywhere in the series to learn about the parts you're most interested in.&lt;/P&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/5d21adae-4399-4427-8af8-2ecef0549c43/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/0807da3e-ece1-4514-a488-62c143a33769/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/cfc3bf8f-3256-42cb-81e0-241d37928af4/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/0378209f-5c5c-43f5-a55d-5023daf3e739/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/Whirlwind6ExtensionMethodsAnonymousTypes.wmv" expression="full" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/2/0/2/6/2/394851.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/Whirlwind6ExtensionMethodsAnonymousTypes.wmv" length="1" type="video/x-ms-wmv" /><dc:creator>bruceky</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/bruceky/Whirlwind-6-Whats-New-in-C-3-Anonymous-types-Extension-methods/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/262023/Trackback.aspx</trackback:ping><category>CSharp</category><category>Visual Studio</category><category>VS 2008</category><category>VS SDK</category></item><item><title>Feb 29: This Week on Channel 9</title><description>&lt;P&gt;On this week's episode, Brian and Dan talk about&lt;BR&gt;- GDC and GDC Impressions&lt;BR&gt;-&amp;nbsp;&lt;a href="http://channel9.msdn.com/Showpost.aspx?postid=386084&gt;Michael Klucher clip &lt;/a&gt;where he talks about VS tool support for building Zune games&lt;BR&gt;- Heroes Happen Here &lt;a href="http://www.microsoft.com/heroeshappenhere"&gt;Launch Event&lt;/a&gt;&lt;BR&gt;- &lt;a href="http://channel9.msdn.com/Showpost.aspx?postid=386366&gt;Aaron Marten clip&lt;/a&gt; showing VSX extensibility to build a custom tool window&lt;BR&gt;- Christian Kleinerman showing the &lt;a href="http://channel9.msdn.com/showpost.aspx?postid=387069&gt;SQL Merge statement for SQL Server 2008&lt;/a&gt;&lt;BR&gt;- Popfly nominated for &lt;a href="http://www.webware.com/html/ww/100/2008/vote_publish.html?compid=103440"&gt;C|Net WebWare Award&lt;BR&gt;&lt;/a&gt;- Microsoft &lt;a href="http://www.microsoft.com/presspass/presskits/interoperability/default.mspx"&gt;Interoperability Announcement&lt;BR&gt;&lt;/a&gt;- &lt;a href="http://channel9.msdn.com/Showpost.aspx?postid=383939&gt;Miguel De Icaza&lt;/a&gt; on Moonlight&lt;BR&gt;- VS Tools for Office &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=46B6BF86-E35D-4870-B214-4D7B72B02BF9&amp;amp;displaylang=en"&gt;Power Toys Released&lt;/a&gt;&lt;BR&gt;- Tools and APIs including Cake3 (via Jason Haley), Virtual Earth &lt;a href="http://blogs.msdn.com/publicsector/archive/2008/02/26/javascript-intellisense-for-the-virtual-earth-map-control.aspx"&gt;JavaScript IntelliSense&lt;/a&gt;, and Steve Holstad's Coding4Fun &lt;a href="http://blogs.msdn.com/coding4fun/archive/2008/02/24/7883342.aspx"&gt;Twitter + Silverlight mashup&lt;BR&gt;&lt;/a&gt;- Brian's Pick of the week: &lt;a href="http://blogs.msdn.com/msroboticsstudio/archive/2008/02/27/robotturk-disaster-emergency-video-system.aspx"&gt;RobotTurk &lt;/a&gt;- Autonomous, Aerial helicopter using Robotics Studio, Virtual Earth, and Silverlight&lt;BR&gt;- Dan's Pick of the week: &lt;a href="http://blogs.msdn.com/garretts/archive/2008/02/25/the-apache-visit-to-microsoft-campus-day-one.aspx"&gt;The Apache Foundation visits Microsoft&lt;/a&gt;&lt;BR&gt;- Coffeehouse News: Jamie's &lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=386560&gt;Who are you (2) thread&lt;/a&gt;&lt;BR&gt;- $100 Community Roulette at Vegas - You, the community, decides what number we put our money on!&lt;/P&gt;&lt;img src="http://channel9.msdn.com/249627/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/This+Week+On+Channel+9/Feb-29-This-Week-on-Channel-9/</comments><link>http://channel9.msdn.com/shows/This+Week+On+Channel+9/Feb-29-This-Week-on-Channel-9/</link><pubDate>Fri, 29 Feb 2008 21:26:38 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/ch9/0/feb29.wmv</guid><evnet:views>9982</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/249627/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;P&gt;On this week's episode, Brian and Dan talk about&lt;BR&gt;- GDC and GDC Impressions&lt;BR&gt;-&amp;nbsp;&lt;a href="/Showpost.aspx?postid=386084"&gt;Michael Klucher clip &lt;/a&gt;where he talks about VS tool support for building Zune games&lt;BR&gt;- Heroes Happen Here &lt;a href="http://www.microsoft.com/heroeshappenhere"&gt;Launch Event&lt;/a&gt;&lt;BR&gt;- &lt;a href="/Showpost.aspx?postid=386366"&gt;Aaron Marten clip&lt;/a&gt; showing VSX extensibility to build a custom tool window&lt;BR&gt;- Christian Kleinerman showing the &lt;a href="/showpost.aspx?postid=387069"&gt;SQL Merge statement for SQL Server 2008&lt;/a&gt;&lt;BR&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/79a2220e-d708-4e71-98a1-1dfb231c8ce1/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/33f52159-066a-4ecf-bcd6-84b6db18cd55/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/8df3dacf-d9a6-4b12-9d66-203bcd9d9019/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/e389390d-0c91-45fc-b7a0-17d7f28d1898/" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/ThisWeekonC9Feb29_ch9.mp3" expression="full" duration="1500" type="audio/mp3" medium="audio" /><media:content isDefault="true" url="https://mail.microsoft.com/OWA/redir.aspx?C=d937e3bf168d43b4b92964831f30eceb&amp;URL=http%3a%2f%2fmschnlnine.vo.llnwd.net%2fd1%2fch9%2f0%2fThisWeekonC9Feb29_ch9.wma" expression="full" duration="1500" type="audio/x-ms-wma" medium="audio" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/feb29.wmv" expression="full" duration="1500" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/feb29.wmv" length="1" type="video/x-ms-wmv" /><dc:creator>Dan Fernandez</dc:creator><slash:comments>15</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/This+Week+On+Channel+9/Feb-29-This-Week-on-Channel-9/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/249627/Trackback.aspx</trackback:ping><category>GDC2008</category><category>Robotics</category><category>Silverlight</category><category>VS 2008</category><category>VS SDK</category><category>VSTO</category></item><item><title>Ken Levy and Aaron Marten: Visual Studio 2008 Extensibility</title><description>&lt;P&gt;Ken and Aaron talk about the new features for extensibility in Visual Studio 2008 and the Visual Studio 2008 SDK including touching on&amp;nbsp;key topics like: &lt;BR&gt;&lt;BR&gt; &lt;BR&gt;- How you can build your own IDE with the Visual Studio Shell&lt;BR&gt;- How you could create your own language service using Babel&lt;BR&gt;- How to plug into editor features like IntelliSense for statement completion&lt;BR&gt;- How to build your own "Hello World" tool Window&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;/P&gt;&lt;img src="http://channel9.msdn.com/249623/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/Dan/Ken-Levy-and-Aaron-Marten-Visual-Studio-2008-Extensibility/</comments><link>http://channel9.msdn.com/posts/Dan/Ken-Levy-and-Aaron-Marten-Visual-Studio-2008-Extensibility/</link><pubDate>Wed, 27 Feb 2008 16:54:38 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/ch9/0/VisualStudioExtensibility.wmv</guid><evnet:views>8631</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/249623/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;P&gt;Ken and Aaron talk about the new features for extensibility in Visual Studio 2008 and the Visual Studio 2008 SDK including touching on&amp;nbsp;key topics like: &lt;BR&gt;&lt;BR&gt; &lt;BR&gt;- How you can build your own IDE with the Visual Studio Shell&lt;BR&gt;- How you could create your own language service using Babel&lt;BR&gt;- How to plug into editor features like IntelliSense for statement completion&lt;BR&gt;- How to build your own "Hello World" tool Window&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;/P&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/705e826f-0279-476c-8096-8d567cc4f122/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/51920852-aee1-4b93-b9b1-16b90802f88a/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/610c60bf-c957-4f44-9ed8-50231db28bbe/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/645848e2-e101-4b8c-849b-c7a2f2a68ca1/" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/VS2008Extensibility_ch9.mp3" expression="full" duration="3068" type="audio/mp3" medium="audio" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/VS2008Extensibility_ch9.wma" expression="full" duration="3068" type="audio/x-ms-wma" medium="audio" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/VisualStudioExtensibility.wmv" expression="full" duration="3068" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/VisualStudioExtensibility.wmv" length="1" type="video/x-ms-wmv" /><dc:creator>Dan Fernandez</dc:creator><slash:comments>6</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/Dan/Ken-Levy-and-Aaron-Marten-Visual-Studio-2008-Extensibility/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/249623/Trackback.aspx</trackback:ping><category>Visual Studio</category><category>VS 2008</category><category>VS Extensibility</category><category>VS SDK</category></item><item><title>Anthony Cangialosi and Ken Levy: Visual Studio Gallery</title><description>&lt;P&gt;I catch up with Anthony Cangialosi and Ken Levy from the Visual Studio Extensibility team to talk about the newly launched site for finding Visual Studio extensions, &lt;a href="http://www.visualstudiogallery.com"&gt;www.visualstudiogallery.com&lt;/a&gt;.&amp;nbsp;&lt;BR&gt;&lt;BR&gt;You'll also see Ken walk through&amp;nbsp;using two&amp;nbsp;cool, free extensions that you can download from the gallery,&amp;nbsp;&lt;a href="http://www.visualstudiogallery.com/ExtensionDetails.aspx?ExtensionID=d467cd03-8393-4172-a25a-7a586577f4fb"&gt;StickyNotes&lt;/a&gt;&amp;nbsp;and the &lt;a href="http://www.visualstudiogallery.com/ExtensionDetails.aspx?ExtensionID=bea9ed59-8857-4032-9666-9af1c1a33969"&gt;Source Code Outliner PowerToy&lt;/a&gt;. &lt;/P&gt;&lt;img src="http://channel9.msdn.com/249622/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/Dan/Anthony-Cangialosi-and-Ken-Levy-Visual-Studio-Gallery/</comments><link>http://channel9.msdn.com/posts/Dan/Anthony-Cangialosi-and-Ken-Levy-Visual-Studio-Gallery/</link><pubDate>Wed, 27 Feb 2008 16:43:56 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/ch9/0/VSXGallery.wmv</guid><evnet:views>6776</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/249622/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I catch up with Anthony Cangialosi and Ken Levy from the Visual Studio Extensibility team to talk about the newly launched site for finding Visual Studio extensions, www.visualstudiogallery.com.&amp;nbsp;You'll also see Ken walk through&amp;nbsp;using two&amp;nbsp;cool, free extensions that you can download from the gallery,&amp;nbsp;StickyNotes&amp;nbsp;and the Source Code Outliner PowerToy.</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/0b4fec02-7e57-4aca-8de8-98a87402a3a7/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/52a98153-f7be-4f64-9f69-22312df5e723/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/604b7090-910a-4566-af88-232b8ec2bed8/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/78c5cc95-c2f5-4ce2-9b14-4d8ad1630733/" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/VisualStudioGallery_ch9.mp3" expression="full" duration="1504" type="audio/mp3" medium="audio" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/VisualStudioGallery_ch9.wma" expression="full" duration="1504" type="audio/x-ms-wma" medium="audio" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/VSXGallery.wmv" expression="full" duration="1504" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/VSXGallery.wmv" length="1" type="video/x-ms-wmv" /><dc:creator>Dan Fernandez</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/Dan/Anthony-Cangialosi-and-Ken-Levy-Visual-Studio-Gallery/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/249622/Trackback.aspx</trackback:ping><category>Visual Studio</category><category>VS 2008</category><category>VS Extensibility</category><category>VS SDK</category></item><item><title>Code To Live: Alan Stevens talks on Visual Studio Extensibility</title><description>&lt;a href="http://www.joshholmes.com"&gt;Josh Holmes&lt;/a&gt;&amp;nbsp;caught up with &lt;a href="http://www.netcave.org"&gt;Alan Stevens&lt;/a&gt;&amp;nbsp;at &lt;a href="http://www.devlink.net"&gt;DevLink in Nashville&lt;/a&gt;&amp;nbsp;and interviewed him about &lt;a href="http://msdn.microsoft.com/vsx"&gt;Visual Studio Extensibility (VSX)&lt;/a&gt;.&lt;img src="http://channel9.msdn.com/259487/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/Code+To+Live/Code-To-Live-Alan-Stevens-talks-on-Visual-Studio-Extensibility/</comments><link>http://channel9.msdn.com/shows/Code+To+Live/Code-To-Live-Alan-Stevens-talks-on-Visual-Studio-Extensibility/</link><pubDate>Thu, 06 Dec 2007 05:57:00 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/Code+To+Live/Code-To-Live-Alan-Stevens-talks-on-Visual-Studio-Extensibility/</guid><evnet:views>4386</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/259487/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;a href="http://www.joshholmes.com"&gt;Josh Holmes&lt;/a&gt;&amp;nbsp;caught up with &lt;a href="http://www.netcave.org"&gt;Alan Stevens&lt;/a&gt;&amp;nbsp;at &lt;a href="http://www.devlink.net"&gt;DevLink in Nashville&lt;/a&gt;&amp;nbsp;and interviewed him about &lt;a href="http://msdn.microsoft.com/vsx"&gt;Visual Studio Extensibility (VSX)&lt;/a&gt;.</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/1af09612-fdaf-4583-852d-c54d430812fa/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/3fa0ef30-53af-4bf7-b59a-0994e50f982a/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/3e5c1dc7-a076-4e63-8284-2c8afa94305e/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/9a15b79f-d153-4ee1-8fcb-55aa2a09b288/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/7538fb64-9b91-4252-82a6-80e06018f0eb/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/b360748c-5b0e-4433-9814-19d69ebc28fb/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/8/4/9/5/2/363073_alanstevens.wmv" expression="full" duration="590" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/8/4/9/5/2/363073.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/8/4/9/5/2/363073_alanstevens.wmv" length="1" type="video/x-ms-wmv" /><dc:creator>joshholmes</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/Code+To+Live/Code-To-Live-Alan-Stevens-talks-on-Visual-Studio-Extensibility/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/259487/Trackback.aspx</trackback:ping><category>Visual FoxPro</category><category>Visual Studio</category><category>VS 2008</category><category>VS SDK</category></item><item><title>Exploring the new Domain-Specific Language (DSL) Tools with Stuart Kent</title><description>&lt;a href="http://msdn.microsoft.com/vstudio/DSLTools/"&gt;Domain-Specific Language Tools&lt;/a&gt; allow Visual Studio 2005 developers to create their own graphical designers and code generation tools like the ones you find in Visual Studio today, such as the Class Designer. In this interview Brian Keller chats with Stuart Kent, a senior program manager on the Visual Studio Team System team, who gives us a tour of the DSL tools and creates an example DSL from scratch.&lt;img src="http://channel9.msdn.com/241142/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/Charles/Exploring-the-new-Domain-Specific-Language-DSL-Tools-with-Stuart-Kent/</comments><link>http://channel9.msdn.com/posts/Charles/Exploring-the-new-Domain-Specific-Language-DSL-Tools-with-Stuart-Kent/</link><pubDate>Wed, 18 Oct 2006 18:19:04 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Charles/Exploring-the-new-Domain-Specific-Language-DSL-Tools-with-Stuart-Kent/</guid><evnet:views>56087</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/241142/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;a href="http://msdn.microsoft.com/vstudio/DSLTools/"&gt;Domain-Specific Language Tools&lt;/a&gt; allow Visual Studio 2005 developers to create their own graphical designers and code generation tools like the ones you find in Visual Studio today, such as the Class Designer. In this interview Brian Keller chats with Stuart Kent, a senior program manager on the Visual Studio Team System team, who gives us a tour of the DSL tools and creates an example DSL from scratch.</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/29928a61-073e-40f9-850e-3d10e3776189/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/ecc42fbd-b246-45fa-a8a9-965f4b92f5d7/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/4de5d555-1a27-43bb-a162-a60825058614/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/648ec6e5-0dbf-4b26-86d7-053843358a12/" height="64" width="85" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/DSLTools-512kbps.wmv" expression="full" type="video/x-ms-wmv" medium="video" /><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/DSLTools-512kbps.wmv" length="1" type="video/x-ms-wmv" /><dc:creator>Charles</dc:creator><slash:comments>18</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/Charles/Exploring-the-new-Domain-Specific-Language-DSL-Tools-with-Stuart-Kent/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/241142/Trackback.aspx</trackback:ping><category>Architecture</category><category>Visual Studio</category><category>VS SDK</category><category>VSTS</category></item><item><title>Using the Package Wizard to create an Editor Package in VS</title><description>&lt;SPAN&gt;This beginner screencast demonstrates how to use the package wizard to create an editor package that can be loaded into Visual Studio.&amp;nbsp; It also introduces some of the features available from the project generated as well as those found in the SingleViewEditor sample.&lt;BR&gt;&lt;BR&gt;Anthony Cangialosi&lt;/SPAN&gt;&lt;img src="http://channel9.msdn.com/209984/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/acangialosi/Using-the-Package-Wizard-to-create-an-Editor-Package-in-VS/</comments><link>http://channel9.msdn.com/posts/acangialosi/Using-the-Package-Wizard-to-create-an-Editor-Package-in-VS/</link><pubDate>Wed, 12 Jul 2006 20:13:23 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/acangialosi/Using-the-Package-Wizard-to-create-an-Editor-Package-in-VS/</guid><evnet:views>17459</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/209984/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;SPAN&gt;This beginner screencast demonstrates how to use the package wizard to create an editor package that can be loaded into Visual Studio.&amp;nbsp; It also introduces some of the features available from the project generated as well as those found in the SingleViewEditor sample.&lt;BR&gt;&lt;BR&gt;Anthony Cangialosi&lt;/SPAN&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/d8c78dbc-dd62-46f0-8935-bb5e3803b2a0/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/68544baa-dd1b-4601-87a7-bdee008e94c6/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/6d5374a9-946e-4766-96d6-146058a76cab/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/9370a227-332b-4086-9045-480028ba5f93/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/8/9/9/0/2/215138_sdkedwzd.wmv" expression="full" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/8/9/9/0/2/215138.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/8/9/9/0/2/215138_sdkedwzd.wmv" length="1" type="video/x-ms-wmv" /><dc:creator>acangialosi</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/acangialosi/Using-the-Package-Wizard-to-create-an-Editor-Package-in-VS/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/209984/Trackback.aspx</trackback:ping><category>Visual Studio</category><category>VS SDK</category></item><item><title>Creating a Visual Studio Editor Using the Package Wizard</title><description>&lt;P&gt;&lt;SPAN&gt;This beginner screencast demonstrates how to use the package wizard to create an editor package that can be loaded into Visual Studio.&amp;nbsp; It also introduces some of the features available from the project generated as well as those found in the SingleViewEditor sample.&lt;BR&gt;&lt;BR&gt;Anthony Cangialosi&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://channel9.msdn.com/209893/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/acangialosi/Creating-a-Visual-Studio-Editor-Using-the-Package-Wizard/</comments><link>http://channel9.msdn.com/posts/acangialosi/Creating-a-Visual-Studio-Editor-Using-the-Package-Wizard/</link><pubDate>Wed, 12 Jul 2006 20:07:39 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/acangialosi/Creating-a-Visual-Studio-Editor-Using-the-Package-Wizard/</guid><evnet:views>516</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/209893/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;P&gt;&lt;SPAN&gt;This beginner screencast demonstrates how to use the package wizard to create an editor package that can be loaded into Visual Studio.&amp;nbsp; It also introduces some of the features available from the project generated as well as those found in the SingleViewEditor sample.&lt;BR&gt;&lt;BR&gt;Anthony Cangialosi&lt;/SPAN&gt;&lt;/P&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/db11f9f9-bb19-443f-9b64-156527f1012b/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/38d44989-69f3-418a-aa8a-18a310910db8/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/5b21af12-1095-492c-9bf7-3476491ca3dc/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/1560881a-c334-4d7f-b419-93065f59043b/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://channel9.msdn.com/Screencasts/215047_sdkedwzd.wmv" expression="full" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/9/8/9/0/2/215047.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://channel9.msdn.com/Screencasts/215047_sdkedwzd.wmv" length="1" type="video/x-ms-wmv" /><dc:creator>acangialosi</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/acangialosi/Creating-a-Visual-Studio-Editor-Using-the-Package-Wizard/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/209893/Trackback.aspx</trackback:ping><category>VS SDK</category></item><item><title>Visual Studio 2005 SDK - How to test an Interface from Visual Studio 2005 in less than 5 minutes</title><description>&lt;P&gt;This screencast will demonstrate how to learn or test an Interface from the Visual Studio 2005 platform in less than 5 minutes.&amp;nbsp; The goal is to show an easy way to test something while you're learning.&amp;nbsp; With this little trick it's really easy for instance to see&amp;nbsp;what is the output of a method&amp;nbsp;or what is the effect of changing a parameter.&lt;/P&gt;
&lt;P&gt;We hope this will help and if you have suggestions please email me with topics that would interest you.&lt;BR&gt;&lt;BR&gt;Patrice&lt;BR&gt;:D&lt;/P&gt;&lt;img src="http://channel9.msdn.com/206634/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/ppelland/Visual-Studio-2005-SDK-How-to-test-an-Interface-from-Visual-Studio-2005-in-less-than-5-minutes/</comments><link>http://channel9.msdn.com/posts/ppelland/Visual-Studio-2005-SDK-How-to-test-an-Interface-from-Visual-Studio-2005-in-less-than-5-minutes/</link><pubDate>Mon, 03 Jul 2006 21:28:07 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/ppelland/Visual-Studio-2005-SDK-How-to-test-an-Interface-from-Visual-Studio-2005-in-less-than-5-minutes/</guid><evnet:views>13792</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/206634/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;P&gt;This screencast will demonstrate how to learn or test an Interface from the Visual Studio 2005 platform in less than 5 minutes.&amp;nbsp; The goal is to show an easy way to test something while you're learning.&amp;nbsp; With this little trick it's really easy for instance to see&amp;nbsp;what is the output of a method&amp;nbsp;or what is the effect of changing a parameter.&lt;/P&gt;
&lt;P&gt;We hope this will help and if you have suggestions please email me with topics that would interest you.&lt;BR&gt;&lt;BR&gt;Patrice&lt;BR&gt;&lt;img src='/emoticons/C9/emotion-2.gif' alt='Big Smile' /&gt;&lt;/P&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/fd2a29a2-c114-4020-92cd-434f8a1aa8bf/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/c9d11807-5c6d-4d02-9f66-518efd74693a/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/a26f87cc-0912-4d6d-8264-ee653b87ef4e/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/afc1c0a9-7dde-4335-9094-17730fb37bcc/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/3/6/6/0/2/211512_vssdk-Sceencast2.wmv" expression="full" duration="327" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/3/6/6/0/2/211512.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/3/6/6/0/2/211512_vssdk-Sceencast2.wmv" length="1" type="video/x-ms-wmv" /><dc:creator>ppelland</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/ppelland/Visual-Studio-2005-SDK-How-to-test-an-Interface-from-Visual-Studio-2005-in-less-than-5-minutes/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/206634/Trackback.aspx</trackback:ping><category>VS SDK</category></item><item><title>Visual Studio 2005 SDK - Extending Visual Studio 2005 by integrating a Windows Form Application to a</title><description>&lt;P&gt;This is the first screencast coming from the Visual Studio SDK team. The first screencast will demonstrate how to easily extend Visual Studio by building a VS Package that will integrate an existing Windows Form Application&amp;nbsp;to a Tool Window.&lt;/P&gt;
&lt;P&gt;You should see more screencast from the Visual Studio SDK team in the upcoming months.&lt;/P&gt;
&lt;P&gt;We hope this will help and if you have suggestions please email me with topics' suggestions&amp;nbsp;or questions you have.&lt;BR&gt;&lt;BR&gt;We have ideas for new screencasts but we're listening to you guys... so if you have questions that are unanswered or you have topics that are not as clear as you would like, please don't hesitate!&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;:D&lt;/P&gt;
&lt;P&gt;Patrice&lt;/P&gt;&lt;img src="http://channel9.msdn.com/206630/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/ppelland/Visual-Studio-2005-SDK-Extending-Visual-Studio-2005-by-integrating-a-Windows-Form-Application-to-a/</comments><link>http://channel9.msdn.com/posts/ppelland/Visual-Studio-2005-SDK-Extending-Visual-Studio-2005-by-integrating-a-Windows-Form-Application-to-a/</link><pubDate>Mon, 03 Jul 2006 21:15:18 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/ppelland/Visual-Studio-2005-SDK-Extending-Visual-Studio-2005-by-integrating-a-Windows-Form-Application-to-a/</guid><evnet:views>11883</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/206630/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>This is the first screencast coming from the Visual Studio SDK team. The first screencast will demonstrate how to easily extend Visual Studio by building a VS Package that will integrate an existing Windows Form Application&amp;nbsp;to a Tool Window.
You should see more screencast from the Visual Studio SDK team in the upcoming months.
We hope this will help and if you have suggestions please email me with topics' suggestions&amp;nbsp;or questions you have.We have ideas for new screencasts but we're listening to you guys... so if you have questions that are unanswered or you have topics that are not&amp;#8230;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/33d5d037-d7fe-4830-bb2b-d7a7bfa6b549/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/f41c4add-030c-4faf-a3ab-facceff3b954/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/c7ef2f1e-9d1f-462a-b4a8-a2f951466dd6/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/821ddbe1-64c3-477a-ba2c-d787c12b3836/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/3/6/6/0/2/211507_Screencast1-61206.wmv" expression="full" duration="477" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/3/6/6/0/2/211507.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/3/6/6/0/2/211507_Screencast1-61206.wmv" length="1" type="video/x-ms-wmv" /><dc:creator>ppelland</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/ppelland/Visual-Studio-2005-SDK-Extending-Visual-Studio-2005-by-integrating-a-Windows-Form-Application-to-a/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/206630/Trackback.aspx</trackback:ping><category>VS SDK</category></item></channel></rss>