Take Two: A jQuery WCF/ASMX ServiceProxy Client
Posted by: Rick Strahls WebLog,
on 16 Sep 2009 |
View original | Bookmarked: 0 time(s)
Ive discussed creating a WCF or ASMX Service proxy for operation with jQuery and without using the Microsoft AJAX libraries. This was some time ago and some things have changed since then most notably the introduction native JSON parsers in IE 8 and FireFox 3.5 as well as some changes in .NET 3.5 SP1 that makes some JSON transfer tasks a little bit easier in some situations. So I think its time to revisit this topic and update the code I showed in the past. How the WCF ServiceProxy works The idea...