Skip to content Skip to sidebar Skip to footer
Showing posts with the label Azure Mobile Services

Mobileservices.web.js Unauthorized Api Call

When I leave my WinJS app dormant for a while and then come back to it, and i click on a button, fo… Read more Mobileservices.web.js Unauthorized Api Call

Using Like Clause In Azure Mobile Services Javascript Client

I am writing a JavaScript client for an Azure Mobile Service. I am trying to use the LIKE clause (o… Read more Using Like Clause In Azure Mobile Services Javascript Client

Azure Mobile Services: Basic Read Function In Javascript

I'm learning javascript and windowsazure mobile services. As a learning lesson I created a … Read more Azure Mobile Services: Basic Read Function In Javascript

How To Get System Properties __CreatedAt, __Version In Javascript Backend Of Azure Mobile Services?

I am trying to explicitly get the system properties from my table but it is not working. I can see … Read more How To Get System Properties __CreatedAt, __Version In Javascript Backend Of Azure Mobile Services?