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. 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. 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.
- ASP.NET MVC 1.0 Futures
- Tweet#
- moq (for unit testing only)
|