This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
I have an asp.net website. I wanted to know how to use Azure Mobile Services from ASP.NET website. Any help will really be helpful.
Thanks
Nabarun
You can always use the REST API interface to talk to the Azure Mobile Service. It's documented at http://msdn.microsoft.com/en-us/library/windowsazure/jj710108.aspx, and you should be able to use any HTTP client class from the ASP.NET project.
One of the developers in the team created a small SDK which wraps the REST API calls - you can check it out at https://github.com/kenegozi/azure-mobile-csharp-sdk if you prefer.
Carlos Figueira
Regards