DCSIMG
JSON - Ran Wahle's blog

Ran Wahle's blog

Browse by Tags

All Tags » JSON (RSS)
AJAX and Dates
While AJAX in general, and Data-Services in particular becomes more and more in use, you may encounter a problem of sending / receiving dates when you don't usually share the same Time Zone settings....
Sending complex typed data from web service to SilverLight client - Part III
On my previous post I discussed the JavaScript mediator part, Here I'll sum this part which is Serialize the object for the SilverLightcomponent and operate method inside it to bind the data....
Sending complex typed data from web service to SilverLight client - Part II
On my previous post I've explained the first steps of creating the service and methods on the server side, and the client corresponding objects in the Silverlight project. Here I'll go further on the JavaScript mediator side. ...
Sending complex typed data from web service to SilverLight client - Part I
In this post I'll explain in how to send complex typed data between web service and SilverLight client code. In order to avoid security issues I'll use JavaScript as mediator between my server code and SilverLight code. ...