<?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 Channel 9 - This Week on C9 from Blizzcon with Mike &quot;Sampy&quot; Sampson </title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/This+Week+On+Channel+9/This-Week-on-C9-from-Blizzcon-with-Mike-Sampy-Sampson/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/432651_100x75.jpg</url>
		<title>Channel 9 - This Week on C9 from Blizzcon with Mike &quot;Sampy&quot; Sampson </title>
		<link></link>
	</image>
	<description>On a &amp;quot;very special&amp;quot; episode of This Week on Channel 9 from Blizzcon, Dan is joined by Mike &amp;quot;Sampy&amp;quot; Sampson as they discuss the interesting developer stories of the week:

-&amp;nbsp;WPF Effects Library ships on
Codeplex (video demo)
- Stephen Walther -&amp;nbsp;ASP.NET MVC 5-Part series on building a Family Videos site, via
Alvin Ashcraft
- Microperformance benchmark - 
XMLDocument vs XElement, XElement performs 5-10x faster, via&amp;nbsp;gOODiDEA.NET
-&amp;nbsp;Live Search now in Facebook via
Sarah Perez
- Web Platform installer ships, via 
Scott Hanselman
- Mono 2.0 is out, via
Miguel de Icaza
- Video clip of Charles Torre interviewing 
Anders Hejlsberg on adding language constructs to C# for concurrency
-&amp;nbsp;Video clip of Bill Hill whiteboarding how fonts include thousands of lines of assembly code to improve readability
-&amp;nbsp;Touchless Multi-touch (video demo) open-source

SDK on Codeplex, via 
TechCrunch
- Sampy&#39;s pick of the week, the 
Diablo III Wizard class
- Dan&#39;s pick of the week, the&amp;nbsp;Blizzard Costume contest with the scary undead rogue girl
</description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 19 Jun 2013 19:45:50 GMT</pubDate>
	<lastBuildDate>Wed, 19 Jun 2013 19:45:50 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: This Week on C9 from Blizzcon with Mike &quot;Sampy&quot; Sampson </title>
		<description>
			<![CDATA[I'm afraid that Alvin Ashcraft's test is fatally flawed. Using XMLDocument, the most
<i>efficient </i>way to stream information is using the FileStream and not MemoryStream library.<br>
<br>
Linq's disadvantage is that you have to load all the data into memory before you can perform actions upon the data. Using XMLDocument properly you would copy the data node by node, this would trounce Linq 365 days a year.<br>
<br>
Close but no cigar!<br>
<p>posted by vesuvius</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/This-Week-on-C9-from-Blizzcon-with-Mike-Sampy-Sampson#c633595943220000000</link>
		<pubDate>Tue, 14 Oct 2008 15:18:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/This-Week-on-C9-from-Blizzcon-with-Mike-Sampy-Sampson#c633595943220000000</guid>
		<dc:creator>vesuvius</dc:creator>
	</item>
	<item>
		<title>Re: This Week on C9 from Blizzcon with Mike &quot;Sampy&quot; Sampson </title>
		<description>
			<![CDATA[
<p>[FYI - It's actually Anil RV's test, not Alvin Ashcraft's test]<br>
<br>
If you've looked at the test though, it doesn't test streaming XML from a filestream, instead it tests building an in-memory XML document dynamically. That's not to take away from your point, it's just that the test is only for in-memory XML document creation.
<br>
<br>
It would be great if <strong>you </strong>could build your own micro-performance benchmark on loading XML from a filestream to see the performance advantages/disadvantages of XMLDocument vs XElement (and probably XMLTextReader which I would think should be
 the fastest). <br>
<br>
Cheers,<br>
-Dan</p>
<p>posted by Dan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/This-Week-on-C9-from-Blizzcon-with-Mike-Sampy-Sampson#c633595970800000000</link>
		<pubDate>Tue, 14 Oct 2008 16:04:40 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/This-Week-on-C9-from-Blizzcon-with-Mike-Sampy-Sampson#c633595970800000000</guid>
		<dc:creator>Dan</dc:creator>
	</item>
	<item>
		<title>Re: This Week on C9 from Blizzcon with Mike &quot;Sampy&quot; Sampson </title>
		<description>
			<![CDATA[I stand corrected I meant XMLTextReader. One of the first commercial applications I wrote did just this, and I opted for the lower level API's because it was processing XML data via webservices so loading data was not an option (XML files with lots of
 orders)<br>
<br>
I wish I had the time to test this at present, but the XML team have these <a href="http://blogs.msdn.com/xmlteam/archive/2007/03/05/streaming-with-linq-to-xml-part-1.aspx">
blogs</a> that some people may find useful. I must add if I was faced with doing any XML stuff today, I'd still head straight for the base class I/O libraries, as I don't find them that difficult now.<br>
<p>posted by vesuvius</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/This-Week-on-C9-from-Blizzcon-with-Mike-Sampy-Sampson#c633595981460000000</link>
		<pubDate>Tue, 14 Oct 2008 16:22:26 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/This-Week-on-C9-from-Blizzcon-with-Mike-Sampy-Sampson#c633595981460000000</guid>
		<dc:creator>vesuvius</dc:creator>
	</item>
	<item>
		<title>Re: This Week on C9 from Blizzcon with Mike &quot;Sampy&quot; Sampson </title>
		<description>
			<![CDATA[Whew... I'm glad my link to Stephen was not fatally flawed.&nbsp;&nbsp; <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br>
<br>
Thanks for the linkage, Dan! I'll be at PDC with the DZone.com booth crew. Stop by and say hi if you have a minute.<br>
<p>posted by alashcraft</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/This-Week-on-C9-from-Blizzcon-with-Mike-Sampy-Sampson#c633596705920000000</link>
		<pubDate>Wed, 15 Oct 2008 12:29:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/This-Week-on-C9-from-Blizzcon-with-Mike-Sampy-Sampson#c633596705920000000</guid>
		<dc:creator>alashcraft</dc:creator>
	</item>
</channel>
</rss>