In my previous post, I showed how to create a Live Connect powered Windows Metro style app using JavaScript. In this post, I will go through the steps for creating the same app using C#. (If you're a VB developer, follow the same steps in this post but change the code behind to use VB.)

If you haven't downloaded and installed the Windows Developer Preview, you got to check it out. It's a brand new Windows unlike anything before.

If you haven't downloaded and installed the Live SDK, please do that before taking the following steps. Sign up for the Live Connect technical preview, download and install the LiveSDK.msi.

Sign into your new PC using a Live ID account. If you must use a domain account or a local account, you can connect your domain or local account to a Live ID account through Control Panel -> Users, click "Connect your Windows Live ID" and following the instructions.

Now you're ready. Let's write our first Metro style app in C# together.

 

Read More from: Original Source