We have seen already how can we consume the Azure mobile service with C#, let’s now look at how can we do the same in JavaScript. We...
Read more »
Showing posts with label Windows8. Show all posts
Showing posts with label Windows8. Show all posts
Thursday, December 26, 2013
Fetching Windows Azure Mobile Service Data
Inserting data is one half of a story, which is incomplete until you reveal the other half. Reading data is the other half. Windows Azure...
Read more »
Consuming Azure Mobile Services with Windows Store Application
In the previous post we’ve seen how to create an Azure Mobile Service. In this post we get a bit further and see how can we use with a W...
Read more »
Wednesday, October 2, 2013
Custom Actions in WebApi
In previous few posts, we have seen how to call the default GET and POST actions. We need not to specify name to the action, just setting...
Read more »