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....
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....
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.
...
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.
...