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 ArticleUploading 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 ArticleGetting 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 ArticleExposing 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 ArticleHosting 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 ArticleWCF 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 ArticleHow 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 ArticleHow 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 ArticleCreate 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 ArticleCreate 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