Silverlight 3 Beta Duplex support

I’m testing the updated Duplex support available in Silverlight 3 Beta, the important news is the possibility to simplify and reduce the code in the client:

  • now it’s possible to use the “Add Service Reference” functionality of Visual Studio to consume the service;
  • in this way you the use of channels can be avoided by simply attaching a callback to an event.

 

I’ve prepared an example based on the material available on the official documentation, download the complete solution from here.


6 Responses to “Silverlight 3 Beta Duplex support”

Leave a Reply