Posted By: Dan Fernandez | Mar 21st @ 10:24 AM
This Week on Channel 9 we cover

- Silverlight Streaming increases storage, traffic, and runs Silverlight 2.0 (0:55 - 1:57), via Angus Logan
- Microsoft working Eclipse Foundation to support WPF with SWT and CardSpace (3:04 - 3:40)
- Charles Torre and Don Box interview Mary Jo Foley who gives her thoughts on Microsoft's blogging strategy (4:44 - 5:30)
- Michael Scherotter interviews Ice Cube on using Silverlight for UVNTV.com (5:50 - 7:43)
- Sean Shypula and Luis Villegas from Bungie on the "Bungie Server Farm" for rendering lighting on Halo (7:43 - 11:00)
- Arian Kulp's A Better Startup Experience Coding4Fun article (11:15 - 12:50)
- Free WPF Controls - FluidKit Codeplex project and Xceed DataGrid Express (12:50 - 14:10)
- Brian's Pick of the Week: Jeff Beehler, DevDiv Chief of Staff on showing how he uses TFS to manage Visual Studio (14:10 - 16:50)
- Dan's Pick of the Week: SQLISV blog shows how to track execution statistics on running queries and converts a SQL cursor to a regular query and increases performance greatly, via Jason Haley (16:50 - 18:50)
- It Came from the Internets: YouTube Best Series Award: College Humor's  Street Fighter: The Later Years (18:50 - 22:09)

Rating:
0
0
Irish hat on 9 guy = win. It somehow makes him look suave.
Dehehehe. The image makes me already smile. Downloading!

After watching: AWESOME! Great work, guys. Smiley For the next week you need a straw curved as a 9 Big Smile
Bas wrote:
Irish hat on 9 guy = win. It somehow makes him look suave.


Yeah, awesome!! Big Smile
Dan wrote:
gives her thoughts on Microsoft's blogging strategy


We have a blogging strategy? I need to listen to that interview... Smiley
hey guys, can you provide a zune version of your show.
keep up the good work.

Just downloding, Thanks for the nice work.
I also see Time being mentioned with each topic as requested. I think it was started from last week itself. Thanks for listening to requests.
Keep up the good work.
wetworker wrote:
hey guys, can you provide a zune version of your show.
keep up the good work.



The zune version is actually there already.  Just take the url (when you click "Download" and change the "2MB" to "Zune".  You get this: http://mschnlnine.vo.llnwd.net/d1/ch9/0/ThisWeekC9Mar20_Zune_ch9.wmv

We will expose the different file formats we have in a future version of Channel 9, but for now you can access them by following this pattern:

[code lang="C#"]
const string videoFileFormat = "{0}{1}_ch9.{2}";
string rootPath = "http://mschnlnine.vo.llnwd.net/d1/ch9/0/ThisWeekC9Mar20";  // Change this to any recent video's root path

string wmvStreaming = string.Format(videoFileFormat, rootPath, "_s", "wmv");
string wmv = string.Format(videoFileFormat, rootPath, "", "wmv");
string wmvHigh = string.Format(videoFileFormat, rootPath, "_2MB", "wmv");
string wma = string.Format(videoFileFormat, rootPath, "", "wma");
string mp3 = string.Format(videoFileFormat, rootPath, "", "mp3");
string zune = string.Format(videoFileFormat, rootPath, "_Zune", "wmv");
string iPod = string.Format(videoFileFormat, rootPath, "", "mp4");
string psp = string.Format(videoFileFormat, rootPath, "", "mp4");
[/code]

hey i check marketplace and found you guys . thanks for the link though.