Quantcast
Channel: REST – Dhananjay Kumar
Browsing latest articles
Browse All 14 View Live

Image may be NSFW.
Clik here to view.

Video on How to consume WCF REST Service with JSON in Windows Phone 7

  You can read more here   Follow @debug_modeFiled under: Windows Phone Dev

View Article


Image may be NSFW.
Clik here to view.

Uploading File to server from ASP.Net client using WCF REST Service

Very often I see one question flooding in all forums, “How to upload a File using WCF REST Service? “, so I thought let me write a post on the same. Essentially, there is nothing specific to do to...

View Article


Image may be NSFW.
Clik here to view.

Getting current Authentication information on WCF REST Service

Sometime you may have a requirement to tell your client what type of authentication scheme you are applying on your WCF REST service. In this post I will show you, “How could you expose authentication...

View Article

Image may be NSFW.
Clik here to view.

Exposing WCF REST Service over HTTPS

In this post, I will explain; how could we expose a WCF REST Service over secure HTPP (HTTPS)? Essentially there are three steps involved 1. Create a certificate or use a third party provided...

View Article

Image may be NSFW.
Clik here to view.

Hosting WCF REST Service in IIS with HTTPS

In earlier post I discussed Exposing WCF REST Service over HTTPS. Major limitation on service created in last post was its self-hosted nature. In this post, I will take same service forward and host in...

View Article


Image may be NSFW.
Clik here to view.

WCF REST Service with JSON Data

In this post I will show you working with WCF REST Service with JSON type of Data. I will discuss both POST and GET operation on data type JSON . Creating Service I have written much post on creating...

View Article

Image may be NSFW.
Clik here to view.

How to enable REST and SOAP both on the same WCF Service

In this post I will show you, how to create a WCF Service with both flavor of SOAP and REST paradigm . For purpose of this post , I am going to create a Calculator Service with following...

View Article

Image may be NSFW.
Clik here to view.

How to create WCF REST Service and host in Windows Azure

In this post, we will create a WCF REST Service and host in Windows Azure. We will learn following things in this post Working with WCF Web Role Enabling REST on WCF Web Role Returning XML and JSON...

View Article


Image may be NSFW.
Clik here to view.

Create Flickr Photo Search Windows Store App in XAML

In this post we will create application shown in below video. Essentially we will see how we can work with GridView and ListView in Windows 8 Application Consuming REST Service in Windows 8 Application...

View Article


Image may be NSFW.
Clik here to view.

Create REST API on Node.js using Visual Studio

Find Source Code on Github In this post I am not going to explain, what is REST? I assume you are already aware of REST concepts hence on this post to create REST API on Node.js which will perform CRUD...

View Article
Browsing latest articles
Browse All 14 View Live