Search Wiki:

Overview


The myTODO sample application is a simple list sharing service that integrates with Twitter. This sample is intended to demonstrate not only how easy it is to build powerful applications on Windows Azure, but also how easy it is to deploy them.

This sample was built using ASP.NET MVC, jQuery, and Windows Azure table storage for the underlying data store.


myTodo1.png


With myTODO, you have two types of lists: public and private. If you choose to share the list, you can mark it public and any updates to your list will be shared via the optional Twitter integration.

Additionally, RSS feeds for all your lists are available. With full list management, you can cross off items, give them due dates, add, and remove items through the rich AJAX interface.


myTodo2.png


If you just want to download the binaries for this (no source) to deploy on your own, you will find it in the Windows Azure Platform Training Kit in the Deploying Windows Azure Services demo.


Note: in order to compile this solution, you will need to pull in some 3rd party code libraries. We are unable to distribute these as part of the source code.

  1. ASP.NET MVC 1.0 Futures
  2. Tweet#
  3. moq (for unit testing only)

Last edited Aug 24 2009 at 9:33 PM  by dunnry, version 4
Comments
jcicchetto wrote  Dec 4 2009 at 9:55 PM  
This doesn't appear to work anymore with the latest release. Microsoft.ServiceHosting.ServiceRuntime cannot be found. I heard that this namespace has gone away with the new release, is there an updated version of this project?

dunnry wrote  Dec 30 2009 at 12:56 AM  
We are working to release the updated source for this sample to the new SDK. However, you should be able to deploy the binaries just fine from the December release of the training kit. In the 'Deployment Demo' assets folder you should find the working cspkg that runs on the latest SDK. Honestly, converting this particular release to work with the new SDK is pretty trivial, but for completeness, we will get this code out here shortly. Thanks!

bzink wrote  Jan 20 at 3:14 AM  
Can you point me to some documentation that describes the changes to the SDK? I'd like to get this project working, and if it's trivial to convert I'd like to give it a shot. Any direction you can provide?

Updating...
Page view tracker