Shows how to create a jQuery-enabled WCF service to retrieve stock quotes and display via jQuery Templates
Posted by: EggHeadCafe.com New Articles,
on 04 Dec 2010 |
View original | Bookmarked: 0 time(s)
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 render the JSON Data using jQuery and render the result with jQuery Templates. Even the originating call can be made via the jQuery $ajax method. read more
By Peter Bromberg