Windows Azure with Windows Phone 7

I presented two talks on windows azure recently. One among them was focusing on Windows Phone 7 app  development. The other one was on MVC3 ASP .Net app. The idea was to introduce how Windows Azure can be leveraged in both these exciting platforms.

The talk was demo centric; below are the slides and the demo / webcasts recordings links for the same.

Talk one- Building Windows Phone Applications with Windows Azure Platform and Visual Studio 2010

Demo included:

  • Creating a Demo application from VS 2010 Azure template
  • Showcasing ASP .Net membership store
  • Demonstrating the Push notifications
  • Demonstrating the storage capabilities
  • Demonstrating the Queues
  • Showcasing ACS
  • Leveraging various providers like LiveId, Google, yahoo

Here are few of the snapshots of the session

Using the WP7 – Azure toolkit

image 

enabling Push notifications from Cloud (Even for Apple!!)

image

using the ASP .Net membership and the device emulator for WP7

image

Push notifications in action (toast, tile and raw)

image

Manage Blobs, Queues and azure table from WP7 !!

image

Using the windows Azure Access control Service to leverage LiveId, Yahoo, google as providers in WP7 app

image

Logging into WP7 app using google, live, yahoo etc…

image      image  image

Here is the slide deck and the webcast

image

This article is part of the GWB Archives. Original Author: subodhnpushpak

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.