TWC9: How TWC9 Should REALLY be Hosted...

Clint Rutkas is a Sr. Product Manager for Windows focusing on the developer platform. He has worked at 343 Industries on Halo and on Channel 9 and built some crazy projects using Windows technology like a computer controlled disco dance floor, a custom Ford Mustang, t-shirt shooting robots and more.
Comments
UWP-062 - UWP Weather - Finishing Touches
@Lars: you could set up a background task timer to do this or when the application gains focus.
UWP-002 - Creating your First Universal Windows Platform App
@Peter:bet you need to do ResultTextBlock.Text = "Hello World";
ResultTextBlock should the name of the TextBlock you named from your XAML file. Text is a property of that object. By doing the .Text, you're telling the code to put the string there. Your code is trying to the TextBlock object to a string, which the compiler doesn't know how to do.
Windows Template Studio
@Ian2: thanks!
Keynote Recap with Kevin Gallo
@fatpelican:most Build sessions do, issue with doing it live is what we say is literally what comes off the top of our head
Build Amazing Apps with Fluent Design
@carlomendoza: yup, we are trying to partner with all groups to be sure we have best engineering practices and are forward planning :)
Panel Discussion / Live Q&A
@ge33ek: Just like Golnaz stated, we made the choice to get the quality we could up ASAP and to defer to get higher quality files slightly later. It is a delicate balance.
Improving user engagement with Windows and Cortana Skills
@pnp0a033: for getting stuff up ASAP, we uploaded a lower quality, higher end quality is getting processed right now.
Building personal and productive apps with Composition and XAML updates
@mdtauk:just uploaded them
Keynote
@jpopadak: friend, videos are live now :)
Keynote
@jpopadak: videos take a bit to get uploaded and encoded.
Universal Windows Platform (UWP) App Development and the Windows Store
@AnilApex: you have access to parts if the end user provides access. Check out https://msdn.microsoft.com/EN-US/library/windows.storage.accesscache.storageapplicationpermissions.futureaccesslist.aspx.
Universal Windows Platform (UWP) App Development and the Windows Store
@Abhishek Gupta: There is Visual Studio for Mac.