Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Duplex Communication with WCF in Silverlight 4 (Silverlight TV #34)
Jun 25, 2010 at 10:28 AMJames,
scale out of the WCF service exposed with the http polling duplex binding in a web farm (Azure or otherwise) is challenging due to the internal design of the server side implementation. Check out http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html for more details on the topic.
Thanks,
Tomasz
Duplex Communication with WCF in Silverlight 4 (Silverlight TV #34)
Jun 24, 2010 at 6:19 PMA sample chat application similar to the one shown in the video can be downloaded from http://tomasz.janczuk.org/2009/07/pubsub-sample-using-http-polling-duplex.html. More resources related to polling duplex are at my blog at http://tomasz.janczuk.org.
Duplex Communication with WCF in Silverlight 4 (Silverlight TV #34)
Jun 24, 2010 at 6:17 PMYosh,
I wonder which particular security features from WSHttpBinding you are interested in?
Duplex Communication with WCF in Silverlight 4 (Silverlight TV #34)
Jun 24, 2010 at 3:01 PMYosh,
Silverlight supports a good subset of BasicHttpBinding functionality. The major value add of WSHttpBinding over BasicHttpBinding is supoport for WS-Security and WS-ReliableMessaging. Given substantial demand, we are looking into enabling a subset of WS-Security capabilities in the future release of Silverlight.
Thanks,
Tomasz Janczuk