It wouldn’t be wrong saying that Windows Azure is the platform of awesomeness. You can do a lot of cool stuffs in Windows Azure. And most...
Read more »
Friday, December 27, 2013
Thursday, December 26, 2013
Consuming Windows Azure Mobile Service with JavaScript
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 »
Labels:
Azure
,
HTML5
,
JavaScript
,
Windows8
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, December 25, 2013
Getting started with Azure Mobile Services
One of the most prominent and interesting aspect of Windows azure is the mobile services. Azure offers various cool offerings with the mobil...
Read more »
Labels:
Azure
Sunday, December 22, 2013
Data Manipulation – KnockoutJS
The core concept of every application you use is to play with data. Saving and Reading data are the two major tasks an application should be...
Read more »
Labels:
HTML5
,
JavaScript
,
Knockout.JS
,
Web Api