Using JSONP with WCF and jQuery

preview_player
Показать описание
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

Рекомендации по теме
welcome to shbcf.ru