Demo app on Windows Azure?

I need a demo application to demonstrate the Windows Azure platform. I tried myTODO project, but since it hasn't been updated since August 2009, it can't work as expected (even after installing and configuring all the required components).

Very appreciated if you can offer me a free open source build for the Windows Azure platform that can run smoothly with VS 2008. This project should not be too simple or too complex. MyTODO size is the best. C # source code is preferred.

Thanks a lot, this question is urgent.

+2


a source to share


4 answers


Here the project is done by the students. This might seem like a good example.

Sqwarea, an open source game on Windows Azure



This project is intended to be a minimalist, multiplayer strategy game in the browser. This is done as part of the course "Génie logiciel et Cloud Computing" at Ens.

In the game, you are the king fighting over a giant map to conquer the world. Train soldiers, conquer new territories and resist attacks from other kingdoms. You can read the rules here.

This is an online multiplayer game: all players are on one map, which is an infinite two-dimensional square matrix.

Sqwarea is being developed using Microsoft .NET technologies (Visual C #, ASP.NET MVC ...) and will be hosted using Windows Azure cloud services for scalability.

alt text http://vermorel.com/storage/thumbnails/5041097-6720829-thumbnail.jpg

+4


a source


I recently read an article in MSDN and Visual Studio magazines that went through a basic Azure project. Try

http://visualstudiomagazine.com/articles/2010/04/01/using-visual-studio-2010.aspx

and



http://msdn.microsoft.com/en-us/magazine/ee336122.aspx

Hope it helps ...

+2


a source


The samples supplied with the Windows Azure SDK (1.1) should work fine. They are compressed into a zip file.

However, please note that the Windows Azure SDK only works on Vista SP1, Windows 7, and Windows Server 2008.

+1


a source


I love the Windows Azure Platform Training Kit guestbook demo, it's easy and easy to run right out of the box, you can download the training kit at http://www.microsoft.com/downloads/details.aspx?FamilyID=413e88f8-5966- 4a83-b309-53b7b77edf78 & displaylang = en

+1


a source







All Articles