In this article, Ashic Mahtab shows how to create a WCF service and expose it to Ajax and Silverlight. In doing so, he demonstrates some new features of ASP.NET Ajax and how it compares to jQuery in consuming WCF services. Lastly, he shows how simple...
There seems to be some confusion among a lot of developers about Asp.net Ajax. This article will hopefully clear some doubts regarding what it is, what it isn’t and where jQuery comes in. Note: Cross posted from Heartysoft.com . Permalink
I was recently working on a project that used WCF web services extensively. Everything was ready for deployment, I deployed to the remote host, and voila – nothing works (nothing WCF related). After a LOT of frustration, I managed to make it work. I found...