Way way back, I’ve written a post on JSONP with azure. This post would be an extension of it, though a little different. In this post we wi...
Read more »
Showing posts with label Web Api. Show all posts
Showing posts with label Web Api. Show all posts
Wednesday, July 30, 2014
Sunday, January 12, 2014
Consuming Custom API of Azure Mobile Services
In the last post we’ve seen how to create Custom API in Azure mobile service. Here in, we will see how to consume it in a windows phone 8 a...
Read more »
Labels:
Azure
,
C#
,
JavaScript
,
RESTFul
,
Web Api
Saturday, January 11, 2014
Creating Custom Api in Azure Mobile Services
We have already discussed what are WebApis and Restful Services in the previous posts. In this post we will look how can we create the API...
Read more »
Labels:
Azure
,
JavaScript
,
RESTFul
,
Web Api
Friday, December 27, 2013
Hosting Web Api and WCF service in Windows Azure
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 »
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
Wednesday, October 16, 2013
Attributes in WebApi
In this post, we will see how we can create attributes and apply them in various api methods. Create a new WebApi application as we’d discus...
Read more »