Similar articles
ASP.NET Daily Articles
Steps to Call WCF Service using jQuery
This article illustrates how to call Windows Communication Foundation (WCF) services from your jQuery client code, and points out where special care is needed.
ASP.NET Daily Articles
Consuming WCF / ASMX / REST Service Using jQuery
This step by step tutorial demonstrates how to consume WCF, ASMX, and REST service from a web application using jQuery. 7 different ways of exposing and consuming service is discussed in this article....
DotNetShoutout - Latest published stories
Consuming WCF / ASMX / REST service using JQuery
In this article I will explain how to consume a WCF / ASMX service using jQuery. The scope of the article is limited to creating & consuming different kind of services using jQuery. I have segre...
DotNetShoutout - Latest published stories
Create REST service with WCF and Consume using jQuery
Code What is REST ? Rest=Representational state transfer which is an architecture design to represent the resources. Rest provide the uniform interface through additional constraints around how to id...
DotNetShoutout - Latest published stories
Calling Cross Domain WCF service using Jquery/Javascript
This post is about to call the cross domain WCF service from you page i.e Calling WCF service hosted on one domain and calling the service form jquery/javascript of page which is hosted on some other ...