CVertex
CVertex

Reputation: 18237

Azure and Microsoft ASP.NET MVC

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.

Upvotes: 17

Views: 4227

Answers (4)

GoAzure
GoAzure

Reputation: 31

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

Upvotes: 3

Mario
Mario

Reputation:

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

Upvotes: 1

Thomas Freudenberg
Thomas Freudenberg

Reputation: 5078

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

Upvotes: 10

CVertex
CVertex

Reputation: 18237

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

Upvotes: 7

Related Questions