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 »
Showing posts with label WinJS. Show all posts
Showing posts with label WinJS. Show all posts
Wednesday, October 2, 2013
Consuming WebApi in Javascript – POST
We had seen how to make GET request to WebApi from JavaScript before . Let’s now move further and see how to make a POST request. Continu...
Read more »
Tuesday, October 1, 2013
Consuming WebApi in Javascript - GET
In this post, we will see how we can consume WebApis in Javascript. We do it via creating a windows 8 Javascript application. It's been ...
Read more »
Thursday, July 18, 2013
Classes in JavaScript?
I was busy one day, creating a windows 8 application. I felt at one point like using a class. Actually I want to create a custom list of min...
Read more »
Labels:
HTML5
,
JavaScript
,
Windows8
,
WinJS