views:

1711

answers:

4

I just got my azure invitation code...yay!

Are there any official samples for windows azure + MS asp.net MVC?

I still don't get the storage providers and services that come with Azure, it's a bit confusing. I don't think MS have done a very good of explaining it.

+4  A: 

Just found this tutorial post through Phil Haack's blog.

CVertex
thanks for the followup!
Paperino
+6  A: 

You can find more details in Jim Nakashima's blog: ASP.Net MVC Projects running on Windows Azure and ASP.Net MVC on Windows Azure with Providers

Thomas Freudenberg
+1  A: 

Here's another full example of a Blog and a Forum, using ASP.NET MVC and Window Azure

+1  A: 

A sample/walkthrough of MVC in Azure is myTodo at http://code.msdn.microsoft.com/mytodo Please note that Refactoring of the myToDo sample code is required (until the sample code is updated) when the "Windows Azure Tools for Microsoft Visual Studio 1.1 (February 2010)" and later is used. The Refactoring is described at carlosfemmer.com/?tag=/azure

GoAzure