views:

73

answers:

2

I want to create a simple ASP.NET MVC RESTful API, but I want to create it on Azure.

Any recommendations, tips & tricks, or examples on how to do this?

+1  A: 

You may want to look out for this book: Building RESTful Web Applications with Microsoft Azure when it is released.

Nicholas Murray
A: 

Also Effective REST Services via .NET has a great section on REST with Azure.

sadboy