Very nice tutorial
http://dotnetbyexample.blogspot.fr/2008/02/calling-wcf-service-from-javascript.html
Showing posts with label WCF. Show all posts
Showing posts with label WCF. Show all posts
Thursday, April 19, 2012
Monday, April 16, 2012
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
(...)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/
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/
Monday, February 28, 2011
A beginner’s guide for consuming a WCF service in JavaScript using ASP.NET AJAX
Great article and very well explained, it just works
http://www.codeproject.com/KB/aspnet/wcfinjavascript.aspx?msg=3433363
http://www.codeproject.com/KB/aspnet/wcfinjavascript.aspx?msg=3433363
Wednesday, April 21, 2010
Thursday, March 11, 2010
Thursday, February 25, 2010
WCF RIA Services without SilverLight
Friday, August 28, 2009
A Developer’s Introduction to Windows Communication
Thursday, July 30, 2009
Sunday, April 26, 2009
Subscribe to:
Posts (Atom)