Device + Cloud: The code sample combining IE9, Windows Phone 7, and Windows Azure

This code sample demonstrates the following features:

• Two new features of IE9 for Windows 7 PC devices: HTML canvas and SVG.
• A Windows Phone 7 device application that renders a 3D bar chart.
• How to use the Windows Azure platform Dallas services.
• How to connect the devices using a Windows Azure cloud service.

Code sample download: https://1code.codeplex.com/releases/view/51868#DownloadId=152535

You can see a live demonstration of the IE9 samples. The pages require IE9 beta (https://windows.microsoft.com/ie9?os=win7&arch=a&browser=ie)
Canvas demo: https://smalldemos.cloudapp.net/Html5Demos/CanvasDemo.htm
SVG demo: https://smalldemos.cloudapp.net/Html5Demos/SvgDemo.htm

For a walkthrough of the sample, please refer to the Azure Technical Forum Support Team’s blog posts:

Part1: General description about how to combine the devices and the cloud: https://blogs.msdn.com/b/windows-azure-support/archive/2010/09/19/cloud-device-combine-the-power-of-windows-azure-ie-9-and-windows-phone-7.aspx

Part2: Walkthrough the canvas demo: https://blogs.msdn.com/b/windows-azure-support/archive/2010/09/19/cloud-device-combine-the-power-of-windows-azure-ie-9-and-windows-phone-7-part-2.aspx

Part3: Walkthrough the SVG demo and the cloud service: https://blogs.msdn.com/b/windows-azure-support/archive/2010/09/19/cloud-device-combine-the-power-of-windows-azure-ie-9-and-windows-phone-7-part-3.aspx