Author: Peter A. Bromberg | Posted on: 2/11/2011 5:22:14 PM | Views : 865

One of the nice new features of Visual Studio 2010 is the new "Add item" template called "jQuery-Enabled WCF Service". This adds a new WCF Service to your project with just about everything pre-wired up to accept JSON data from a client page, and return legal JSON back. The client consumer page can then capture the JSON Data using jQuery and render the result with jQuery Templates. Even the originating call can be made via the jQuery $ajax method. ...

Go to the complete details ...