TWC9: Windows 8.1 gets a date, C9 gets a WP8 app, ALM VM's and more

This week on Channel 9, Dan and Brian Peek discuss the week's top developer news, including;
Picks of the Week!
Will ID@XBOX apply to Windows 8 game developers? I hope so I can integrate my game with XBOX on Windows!
Will those of us who want to use C# be allowed to access the full .Net framework to develop games for the XBox One? http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/4233646-allow-net-games-on-xbox-one
Instead of an extra library, for lists of objects I've become a big fan of listOfStuff.ForEach( d => some function); or more recently listOfStuff.AsParallel().ForAll( d => some function);