<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Sampy</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/Sampy/Comments/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Sampy</title>
		<link></link>
	</image>
	<description></description>
	<link></link>
	<language>en</language>
	<pubDate>Sat, 25 May 2013 21:34:27 GMT</pubDate>
	<lastBuildDate>Sat, 25 May 2013 21:34:27 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: First look at 5 features of IE9 RC</title>
		<description>
			<![CDATA[ <p>I like the new tabs <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/First-look-at-5-features-of-IE9-RC#c634329716510000000</link>
		<pubDate>Thu, 10 Feb 2011 21:54:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/First-look-at-5-features-of-IE9-RC#c634329716510000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
	<item>
		<title>Re: Inside the new Channel 9: Random Team Drive-By</title>
		<description>
			<![CDATA[
<blockquote>
<p><a class="permalink" title="Comment Permalink" href="/Blogs/Charles/Inside-the-new-Channel-9-Random-Team-Drive-By#c634203442360000000">32 minutes&nbsp;ago</a>,
<a href="/Niners/CKurt">CKurt</a> wrote</p>
<p>Good video Charles! It was awesome to see Dan and Duncam crawling trough the buggs!</p>
<p>I have a question. The 'post coffeehouse thread' came up pretty late in teh cycle. Did it push back the original Launch Date for Rev 9 ?</p>
</blockquote>
<p>Yeah, we didn't get IE 9 that much ahead of you guys but we have top men working on it.</p>
<p>Top. Men.</p>
<p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Inside-the-new-Channel-9-Random-Team-Drive-By#c634203462370000000</link>
		<pubDate>Fri, 17 Sep 2010 18:50:37 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Inside-the-new-Channel-9-Random-Team-Drive-By#c634203462370000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
	<item>
		<title>Re: Mike Sampson: Inside Rev9</title>
		<description>
			<![CDATA[
<p>QueryFactory is actually very simple</p>
<p><pre class="brush: csharp">namespace Channel9Controller.Infrastructure 
{ 
    public class QueryFactory : IQueryFactory 
    { 
        private readonly IUnityContainer container; 
        public QueryFactory(IUnityContainer container) 
        {
            this.container = container; 
        } 
        public TQueryType Create&lt;TQueryType&gt;() where TQueryType : IQuery 
        { 
            TQueryType query = container.Resolve&lt;TQueryType&gt;(); 
            query.EnableCaching(); 
             return query; 
        } 
    } 
}</pre></p>
<p>&nbsp;</p>
<p>The trick is that every query takes an NHibernate ISession that it uses to do its work. I have that session delivered up by the Unity container so all the Query has to do is specify that it needs ISession by taking one it its constructor and it gets the
 session for this request. Queries can also take addition parameters if they need. Most don't need any but some need to do operations based on when Now is so they take an IClock which is a simple interface that has a single property Now. I use this instead
 of DateTime.Now to make things easier to test and to ensure that time is tightly controlled in the application. I even have a specialty clock that returns Now as the most recently passed 5 minute mark (10:00, 10:05, etc). I use this for checking things like
 Published on an Entry or Banned on a user so that the query will cache better.</p>
<p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Mike-Sampson-Inside-Rev9#c634160252480000000</link>
		<pubDate>Thu, 29 Jul 2010 18:34:08 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Mike-Sampson-Inside-Rev9#c634160252480000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
	<item>
		<title>Re: Hanselminutes on 9 - ASP.NET MVC 3 and NEW ASP.NET Futures with Phil Haack and Morgan the Intern</title>
		<description>
			<![CDATA[
<p>I can't wait to move to this.</p>
<p>&nbsp;</p>
<p>I'm going to get to delete so much code.</p>
<p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/HanselminutesOn9/Hanselminutes-on-9-ASPNET-MVC-3-and-NEW-ASPNET-Futures-with-Phil-Haack-and-Morgan-the-Intern#c634158486130000000</link>
		<pubDate>Tue, 27 Jul 2010 17:30:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/HanselminutesOn9/Hanselminutes-on-9-ASPNET-MVC-3-and-NEW-ASPNET-Futures-with-Phil-Haack-and-Morgan-the-Intern#c634158486130000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
	<item>
		<title>Re: A screenshot tour of the new Channel 9</title>
		<description>
			<![CDATA[
<p>Where do you mostly run into this content in other languages? My guess is the Related Videos and What you are watching sidebar boxes.</p>
<p>I'll see if I can get a fix in to have related only show things in the same language as the current video (or at least English &#43; current video's language).</p>
<p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/C9Team/A-screenshot-tour-of-the-new-Channel-9#c634157582520000000</link>
		<pubDate>Mon, 26 Jul 2010 16:24:12 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/C9Team/A-screenshot-tour-of-the-new-Channel-9#c634157582520000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
	<item>
		<title>Re: A screenshot tour of the new Channel 9</title>
		<description>
			<![CDATA[
<p>We still have the user CSS feature so you can change it if you want <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/C9Team/A-screenshot-tour-of-the-new-Channel-9#c634155853330000000</link>
		<pubDate>Sat, 24 Jul 2010 16:22:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/C9Team/A-screenshot-tour-of-the-new-Channel-9#c634155853330000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
	<item>
		<title>Re: TWC9: The First Look at the New Channel 9!</title>
		<description>
			<![CDATA[
<p>memcached. I'll talk on Monday about how I do elastic scaling of the cache nodes. It's pretty well known stuff but it&nbsp;integrates well with Azure.</p>
<p>But the cache model is fully abstracted from the rest of the code. In fact, in dev it uses the ASP.Net cache and swaps to memcached in production. If we ever wanted to change to AppFabric, it wouldn't be very hard.</p>
<p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-The-First-Look-at-the-New-Channel-9#c634155851180000000</link>
		<pubDate>Sat, 24 Jul 2010 16:18:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-The-First-Look-at-the-New-Channel-9#c634155851180000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
	<item>
		<title>Re: A screenshot tour of the new Channel 9</title>
		<description>
			<![CDATA[
<p>As in on your Xbox? Yeah, that's not really up to us <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /> I don't think that kind of integration is possible.</p>
<p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/C9Team/A-screenshot-tour-of-the-new-Channel-9#c634155838720000000</link>
		<pubDate>Sat, 24 Jul 2010 15:57:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/C9Team/A-screenshot-tour-of-the-new-Channel-9#c634155838720000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
	<item>
		<title>Re: TWC9: The First Look at the New Channel 9!</title>
		<description>
			<![CDATA[
<p>Only comments have no paging. Forum threads still page.</p>
<p>&nbsp;</p>
<p>I'll talk about this more in Monday's video but the forums are completely separate from the comments on an entry.</p>
<p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-The-First-Look-at-the-New-Channel-9#c634155835160000000</link>
		<pubDate>Sat, 24 Jul 2010 15:51:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-The-First-Look-at-the-New-Channel-9#c634155835160000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
	<item>
		<title>Re: TWC9: Silverlight 4, SQL Server R2 &amp; Ent Library 5.0 all RTM, Why code comments aren&#39;t bad</title>
		<description>
			<![CDATA[
<p>I don't write comments pretty much ever. When I TDD (which I do for everything these days), I don't need them. What I was thinking and what I meant for the code to do is much better expressed through good names, solid patterns, and great tests. I can even
 read the tests sequentially and watch the class evolve. Ditch those comments and up your code reading skills! It makes you a much better developer.</p>
<p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-Silverlight-4-SQL-Server-R2--Ent-Library-50-all-RTM-Why-code-comments-arent-bad#c634078524620000000</link>
		<pubDate>Mon, 26 Apr 2010 04:21:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-Silverlight-4-SQL-Server-R2--Ent-Library-50-all-RTM-Why-code-comments-arent-bad#c634078524620000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
	<item>
		<title>Re: 10-4 Episode 22: Simplifying Data-Driven Web Applications</title>
		<description>
			<![CDATA[
<p>Buddy classes make me cry.</p>
<p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/10-4/10-4-Episode-22-Simplifying-Data-Driven-Web-Applications#c633800795550000000</link>
		<pubDate>Mon, 08 Jun 2009 17:39:15 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/10-4/10-4-Episode-22-Simplifying-Data-Driven-Web-Applications#c633800795550000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
	<item>
		<title>Re: Shawn Farkas: CLR 4 - Inside the new Managed Security Model</title>
		<description>
			<![CDATA[
<p>Hey, we interned at the same time and started here in the same year!</p>
<p>I thought he looked familiar...</p>
<p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Shawn-Farkas-CLR-4-Inside-the-new-Managed-Security-Model#c633791257360000000</link>
		<pubDate>Thu, 28 May 2009 16:42:16 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Shawn-Farkas-CLR-4-Inside-the-new-Managed-Security-Model#c633791257360000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
	<item>
		<title>Re: The History of Microsoft - 1981</title>
		<description>
			<![CDATA[Me too <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/History/The-History-of-Microsoft-1981#c633734168030000000</link>
		<pubDate>Mon, 23 Mar 2009 14:53:23 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/History/The-History-of-Microsoft-1981#c633734168030000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
	<item>
		<title>Re: Ori Amiga: Mesh Mobile</title>
		<description>
			<![CDATA[
<p><a href="https://www.mesh.com/web/developer.aspx">https://www.mesh.com/web/developer.aspx</a><br /><br />Mesh apps are part of the Live Services SDK.</p>
<p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Ori-Amiga-Mesh-Mobile#c633610654340000000</link>
		<pubDate>Fri, 31 Oct 2008 15:57:14 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Ori-Amiga-Mesh-Mobile#c633610654340000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
	<item>
		<title>Re: Saqib Shaikh and Scott Hanselman: Designing for Accessibility</title>
		<description>
			<![CDATA[Looks like it uses <a href="http://msdn.microsoft.com/en-us/library/cc707824%28VS.95%29.aspx">
UI Automation</a><br>
<p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Dan/Saqib-Shaikh-and-Scott-Hanselman-Designing-for-Accessibility#c633542414810000000</link>
		<pubDate>Wed, 13 Aug 2008 16:24:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Dan/Saqib-Shaikh-and-Scott-Hanselman-Designing-for-Accessibility#c633542414810000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
	<item>
		<title>Re: Gabor Ratky and Attila Kisko: AddOn Studio for World of Warcraft</title>
		<description>
			<![CDATA[I'm totally grabbing v2 when I get home.<br>
<br>
I need to finish my new totem set mod <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' /><br>
<p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Dan/Gabor-Ratky-and-Attila-Kisko-AddOn-Studio-for-World-of-Warcraft#c633530296360000000</link>
		<pubDate>Wed, 30 Jul 2008 15:47:16 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Dan/Gabor-Ratky-and-Attila-Kisko-AddOn-Studio-for-World-of-Warcraft#c633530296360000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
	<item>
		<title>Re: Bill Gates: Transitioning into the Future</title>
		<description>
			<![CDATA[Actually I talked to Charles and he told me it was [beep].<br /><br />I checked it out on an internal site (http://[beep]) and I think I can say that [beep] is totally [beep]ing awesome <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' /><br /><p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Bill-Gates-Transitioning-into-the-Future#c633498721980000000</link>
		<pubDate>Tue, 24 Jun 2008 02:43:18 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Bill-Gates-Transitioning-into-the-Future#c633498721980000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
	<item>
		<title>Re: Dev Diary for April 15th</title>
		<description>
			<![CDATA[
<blockquote>
<div class="quoteAuthor">grassBlade wrote:</div>
<div class="quoteBody">&#65279;
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>Sampy wrote:</strong>
<hr size="1">
<i>&#65279;<br>
<br>
When v4 launches, sign in with your forms password and then add the desired Live ID just like I showed in the video.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Yesterday, I did just that and saw the &quot;Profile&quot; option for the first time.<br>
<br>
&nbsp; Since then....nada.&nbsp; <br>
<br>
Is it possibly because I login automatically when I go to the site through the feeds links?<br>
<br>
&nbsp; In other words, how do I get the &quot;Profile&quot; option back?</div>
</blockquote>
<br>
<br>
The code I showed in the video isn't live yet so you can't actually try it <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br>
<p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/InsideChannel9/Dev-Diary-for-April-15th#c633445607500000000</link>
		<pubDate>Wed, 23 Apr 2008 15:19:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/InsideChannel9/Dev-Diary-for-April-15th#c633445607500000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
	<item>
		<title>Re: Dev Diary for April 15th</title>
		<description>
			<![CDATA[
<blockquote>
<div class="quoteAuthor">staceyw wrote:</div>
<div class="quoteBody">&#65279;Thanks.<br>
<br>
Is there a way to change your existing live id to a different live id - if you prefer another and keep your same c9 profile and history?<br>
<br>
TIA</div>
</blockquote>
<br>
<br>
When v4 launches, sign in with your forms password and then add the desired Live ID just like I showed in the video.<p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/InsideChannel9/Dev-Diary-for-April-15th#c633441356760000000</link>
		<pubDate>Fri, 18 Apr 2008 17:14:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/InsideChannel9/Dev-Diary-for-April-15th#c633441356760000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
	<item>
		<title>Re: Dev Diary for April 15th</title>
		<description>
			<![CDATA[
<p>When you open the reply editor, it doesn't take you to a new page and it doesn't disable the EntryList above. You can page through the entire thread with out having to leave the page. Sure you can only target your reply at a single post but you can see all
 of them.<br>
<br>
I think a wiki demo may be in order for this week's video.</p>
<p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/InsideChannel9/Dev-Diary-for-April-15th#c633440468520000000</link>
		<pubDate>Thu, 17 Apr 2008 16:34:12 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/InsideChannel9/Dev-Diary-for-April-15th#c633440468520000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
	<item>
		<title>Re: Dev Diary for April 15th</title>
		<description>
			<![CDATA[Just to echo and confirm what others have said, you can get a LiveID with any email address now.<br>
<p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/InsideChannel9/Dev-Diary-for-April-15th#c633439509940000000</link>
		<pubDate>Wed, 16 Apr 2008 13:56:34 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/InsideChannel9/Dev-Diary-for-April-15th#c633439509940000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
	<item>
		<title>Re: Welcome Dan Fernandez to the Channel 9 Team!</title>
		<description>
			<![CDATA[
<p>My secret plot to write WoW addons at work is slowly coming together...</p>
<p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Welcome-Dan-Fernandez-to-the-Channel-9-Team#c633362836130000000</link>
		<pubDate>Fri, 18 Jan 2008 20:06:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Welcome-Dan-Fernandez-to-the-Channel-9-Team#c633362836130000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
	<item>
		<title>Re: Bill&#39;s Last Day: The CES Keynote video</title>
		<description>
			<![CDATA[ <p>Fun stuff <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p><p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/LarryLarsen/Bills-Last-Day-CES-2008-Keynote-Video#c633354047280000000</link>
		<pubDate>Tue, 08 Jan 2008 15:58:48 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/LarryLarsen/Bills-Last-Day-CES-2008-Keynote-Video#c633354047280000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
	<item>
		<title>Re: Building a Silverlight player for Channel 9</title>
		<description>
			<![CDATA[
<p>Honestly, I had no idea Full Screen was even available on this player.</p>
<p>I'll get that in there on our next update.</p>
<p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/InsideChannel9/Building-a-Silverlight-player-for-Channel-9#c633281458320000000</link>
		<pubDate>Tue, 16 Oct 2007 15:37:12 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/InsideChannel9/Building-a-Silverlight-player-for-Channel-9#c633281458320000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
	<item>
		<title>Re: Building a Silverlight player for Channel 9</title>
		<description>
			<![CDATA[Please post all error reports in this thread:<br>
<br>
<a href="/ShowPost.aspx?PostID=344306"><a href="http://channel9.msdn.com/ShowPost.aspx?PostID=344306">http&#58;&#47;&#47;channel9.msdn.com&#47;ShowPost.aspx&#63;PostID&#61;344306</a></a><p>posted by Sampy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/InsideChannel9/Building-a-Silverlight-player-for-Channel-9#c633265068390000000</link>
		<pubDate>Thu, 27 Sep 2007 16:20:39 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/InsideChannel9/Building-a-Silverlight-player-for-Channel-9#c633265068390000000</guid>
		<dc:creator>Sampy</dc:creator>
	</item>
</channel>
</rss>