filmov
tv
Using JSONP with WCF and jQuery

Показать описание
In this screen cast I have shown how to enable jsonp support in wcf.JSONP is widely used to request the data from a server which resides in a different domain. The process by which JSONP does this is very simple. It dynamically adds script tags to the current document and results will be returned using a callback function. .Net 4.0 adds support for JSONP in WCF.
SOURCE CODE
SOURCE CODE