Thursday, July 28, 2011

GoingNative: a New Channel 9 Show Dedicated to Native Development

GoingNative: a New Channel 9 Show Dedicated to Native Development


GoingNative: a New Channel 9 Show Dedicated to Native Development

Posted: 28 Jul 2011 12:46 PM PDT

imageGoingNative is a new, monthly show on Channel 9 dedicated to native development and native developers, with an emphasis on modern C++. In our inaugural episode, we keep things light and easy as we introduce you to what we're doing, why we're doing it, and how it will go down.

The main goal of episode 0 is to introduce the cast of characters, including your hosts Charles Torre and Diego Dagum, and to present some ideas of how we think this show will be organized and executed. For example, Diego and Charles will typically construct the show, iterate through some code demos of varying complexity, converse with native developers from Microsoft and across the industry, and then destruct the show. 
In this first episode we do talk about and demo a few new C++ features (shared_ptr, lambdas, auto) and have a conversation with Ale Contenti - development manager of VC's front-end compiler, libraries, and IDE.

[You can play around with the demos in this episode by downloading the free VC++ Express IDE]


Table of Contents (click time code links to navigate player accordingly)

[00:09] Charles and Diego construct the show and talk about modern C++ (how 'bout that set, eh?)
[07:27] Diego demos shared_ptr
[10:01] Charles and Diego chat briefly about C++ lambdas
[10:32] Diego demos lambdas
[12:13] Charles and Diego chat briefly about C++ auto keyword (seen in the lambdas demo)
[13:30] Charles and Diego talk about the audience and how you can help us fly this plane
[15:32] Charles interviews Ale Contenti
[26:35] Charles and Diego destruct the show ( it won't usually take this long Smiley )

 

Go native!

My .NET Rocks Interview

Posted: 28 Jul 2011 11:26 AM PDT

Last month, I got to sit down and record a great interview with Carl and Richard of .NET Rocks. I had a great time chatting with them about everything from Silverlight and WPF to the Commodore 64 to the .NET Micro Framework, MIDI and manufacturing your...( read more )...(read more)

WP7Contrib – Bing Service Wrapper Part II – Route

Posted: 28 Jul 2011 08:35 AM PDT

In the previous post we looked at the Location Service and how you can use the WP7C REST API Wrapper to make your app location aware. We also looked in some detail about the structure of the sample app for bing maps covering off how we use funq and to...( read more )...(read more)

Silverlight Cream for July 27, 2011 -- #1121

Posted: 27 Jul 2011 08:18 PM PDT

In this Issue: Max Paulousky , Ollie Riches , Derik Whittaker , John Garland , WindowsPhoneGeek , Manas Patnaik , Xianzhong Zhu , John Papa , Dhananjay Kumar , Jesse Liberty , Peter Torr , Gill Cleeren , and Jonas Follesø . Above the Fold: Silverlight...( read more )...(read more)

Future Orchard Part 2: more Tokens

Posted: 27 Jul 2011 03:36 PM PDT

This is part 2 for this post … Before I show some more advanced features of Tokens, I should probably say a word about why exactly we think we need this feature. In a CMS, there are many places where you need to build strings from some static but configurable part and a number of values that come from the environment. In the first post in this series , I used the rather silly example of Mad Libs because I thought it was a fun and light-hearted way of explaining the technology. But obviously we are not building the feature to play silly word games, we are building it because we need it to build other cool stuff. Real applications include: e-mail formatting : this does not require full templating but always involves inserting values from various...(read more)

No comments:

Post a Comment