Showing posts with label WCF. Show all posts
Showing posts with label WCF. Show all posts

Monday, April 16, 2012

Consuming Cross-Domain WCF REST Services with jQuery using JSONP

Consuming Cross-Domain WCF REST Services with jQuery using JSONP - CodeProject®

 

Calling Cross Domain WCF service using Jquery/JavaScript

Calling Cross Domain WCF service using Jquery/JavaScript - CodeProject®

 

Steps to Call WCF Service using jQuery

GMind Solution: Steps to Call WCF Service using jQuery

 

Recipe: WCF basicHttpBinding with Windows Authentication

Recipe: WCF basicHttpBinding with Windows Authentication

 

Eight steps to enable Windows authentication on WCF BasicHttpBinding

Eight steps to enable Windows authentication on WCF BasicHttpBinding - CodeProject®

 

Calling WCF service exposed with different bindings in JQuery

Calling WCF service exposed with different bindings in JQuery - CodeProject®

 

Reusing WCF Service Across Several Applications using Different Bindings

Reusing WCF Service Across Several Applications using Different Bindings - CodeProject®

 

Difference between BasicHttpBinding and WsHttpBinding

Difference between BasicHttpBinding and WsHttpBinding - CodeProject®

 

Tuesday, December 27, 2011

WCF Support for jQuery

Quote from site :

(...)In today's web it is common to build web pages with interactive elements that load data asynchronously, whether it is to pre-validate a form submission, edit some tabular data on the server, or chat with another user on the page. Commonly this is accomplished using JavaScript or a particular JavaScript client library such as jQuery talking to a backing web service. This project enables you to build these types of services using the Windows Communication Foundation (WCF) and WCF RIA Services as your services framework. We aim to provide a productive and feature-rich end-to-end experience for talking to HTTP services from JavaScript and jQuery in particular. (...)

http://wcf.codeplex.com/wikipage?title=WCF%20jQuery

Wednesday, April 27, 2011

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 segregated this article into 7 topics based on the service consumption.

Calling ASMX Web service using jQuery
Calling WCF service using jQuery and retrieving data in JSON Format
Calling WCF service using jQuery and retrieving data in XML Format
Calling WCF service using jQuery and retrieving data in JSON Format (pass multiple input parameters) & ( Get multiple objects as output using DataContract)
Calling WCF service using jQuery[ Get Method] and retrieving data in JSON Format
Calling REST based WCF service using jQuery
Streaming an image through WCF and request it through HTTP GET verb..
(...)

http://www.c-sharpcorner.com/UploadFile/sridhar_subra/116/