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 »

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 »

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 »
 
© 2013 Neelesh Vishwakarma
Posts RSS Comments RSS
Back to top