This Week on C9 from Blizzcon with Mike "Sampy" Sampson
- Posted: Oct 13, 2008 at 9:23 AM
- 47,280 Views
- 4 Comments
Download
How do I download the videos?
- To download, right click the file type you would like and pick “Save target as…” or “Save link as…”
Why should I download videos from Channel9?
- It's an easy way to save the videos you like locally.
- You can save the videos in order to watch them offline.
- If all you want is to hear the audio, you can download the MP3!
Which version should I choose?
- If you want to view the video on your PC, Xbox or Media Center, download the High Quality WMV file (this is the highest quality version we have available).
- If you'd like a lower bitrate version, to reduce the download time or cost, then choose the Medium Quality WMV file.
- If you have a Zune, WP7, iPhone, iPad, or iPod device, choose the low or medium MP4 file.
- If you just want to hear the audio of the video, choose the MP3 file.
Right click “Save as…”
- High Quality WMV (PC, Xbox, MCE)
- MP3 (Audio only)
- MP4 (iPod, Zune HD)
- Mid Quality WMV (Lo-band, Mobile)
- WMV (WMV Video)
On a "very special" episode of This Week on Channel 9 from Blizzcon, Dan is joined by Mike "Sampy" Sampson as they discuss the interesting developer stories of the week:
- WPF Effects Library ships on Codeplex (video demo)
- Stephen Walther - 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 gOODiDEA.NET
- 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
- Video clip of Bill Hill whiteboarding how fonts include thousands of lines of assembly code to improve readability
- Touchless Multi-touch (video demo) open-source SDK on Codeplex, via TechCrunch
- Sampy's pick of the week, the Diablo III Wizard class
- Dan's pick of the week, the Blizzard Costume contest with the scary undead rogue girl
- WPF Effects Library ships on Codeplex (video demo)
- Stephen Walther - 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 gOODiDEA.NET
- 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
- Video clip of Bill Hill whiteboarding how fonts include thousands of lines of assembly code to improve readability
- Touchless Multi-touch (video demo) open-source SDK on Codeplex, via TechCrunch
- Sampy's pick of the week, the Diablo III Wizard class
- Dan's pick of the week, the Blizzard Costume contest with the scary undead rogue girl
Comments Closed
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
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.
Close but no cigar!
[FYI - It's actually Anil RV's test, not Alvin Ashcraft's test]
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.
It would be great if you 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).
Cheers,
-Dan
I wish I had the time to test this at present, but the XML team have these blogs 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.
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.
Remove this comment
Remove this thread
close