Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
C++ and Beyond 2012: Herb Sutter - C++ Concurrency
Apr 09, 2013 at 9:15 PMGreat talk. Though I have to say this wrapper pattern has been pretty common in the C# world for a while (sans operator())
Designing Windows 8 Line of Business Apps Revisited
Jan 10, 2013 at 3:41 PMI'd say that putting the "save" button in the on-demand app bar is not appropriate here - Save is functionality that is required as part of the core function of the page (as is clear from the fact that when the page is not saved it tells you that it's not saved) so it should be visible on the page canvas.
http://msdn.microsoft.com/en-us/library/windows/apps/hh465302.aspx :
Don't put critical commands on the app bar.
Don't place commands that are core to what makes an app great on the app bar. For example, in a camera app, place the "Take a picture" command on the app page rather than in an app bar. You could either add a button to the app page or simply let people tap the preview to take the picture.
Inside Windows 8: Arun Kishan - Windows App Model
Nov 23, 2012 at 5:13 PM@Charles: Awesome, looking forward to watching all those ... but what about "Going Deep: Inside WinRT XAML"?
Or here's an idea, you could do an Expert to Expert with Erik Meijer and someone from the XAML team, and talk about the relation between Reactive Programming and data binding engines such as XAML's ... or you could even try to get Paul Betts on to talk about ReactiveUI ... 
Anders Hejlsberg: Introducing TypeScript
Oct 01, 2012 at 1:01 PMP.S. Now that you've created a nice anonymous structural typing feature here, please port it back to C#. It would come in handy for ViewModels, for example ...
Anders Hejlsberg: Introducing TypeScript
Oct 01, 2012 at 9:34 AMThis looks pretty sweet - addressing not only some of my JS gripes but some of my C# gripes as well (structural typing! woo!)
The HP Printer Display Hack (with financial goodness)
Sep 13, 2012 at 11:01 AMcool hack, but it kinda reminds me of this: http://www.youtube.com/watch?v=120R2-phK0U
Windows 8 Tips 2: Getting the Most Out of Charms
Aug 16, 2012 at 2:47 PMThe "shortcut" I think is most important to know for the charms is that you don't really have to "hover" in the corner and wait for them to appear before moving up/down to the one you want. It works much better if instead you "swoop around the corner" in one continuous motion. This is not only faster, but also feels nicer and is more reliable because the momentum from moving to the corner will continue and prevent you from falling out of the edge.
GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman
Jun 06, 2012 at 7:14 PMVery intrigued who the people they're working with are who are looking for C ...
Stephan T. Lavavej: Core C++, 1 of n
May 16, 2012 at 12:56 PMAwesome.
SPLASH 2011: William Cook - Objects, Orc, Hybrid Partial Evaluation, and More
Nov 18, 2011 at 1:21 PMI remember William Cook for an illuminating paper of his from 1990:
"Object-Oriented Programming Versus Abstract Data Types"
http://www.cs.utexas.edu/~wcook/papers/OOPvsADT/CookOOPvsADT90.pdf
I really recommend reading this paper if you want to get a clearer picture of the relationship between object-oriented programming and functional programming of the Haskell/ML style. At least, it did that for me.
See more comments…