How to transfer large amount of data using WCF?

Posted by JSprang on Stack Overflow See other posts from Stack Overflow or by JSprang
Published on 2010-05-03T13:59:16Z Indexed on 2010/05/04 13:28 UTC
Read the original article Hit count: 420

We are currently trying to move large amounts of data to a Silverlight 3 client using WCF with PollingDuplex. I have read about the MultiplerMessagesPerPoll in Silverlight 4 and it appears to be quite a bit faster. Are there any examples out there for me to reference (using MultipleMessagesPerPoll)? Or maybe some good references on using Net.TCP? Maybe I should be taking a completely different approach? Any ideas or suggestions would be greatly appreciated.

Thanks!

© Stack Overflow or respective owner

Related posts about wcf-binding

Related posts about silverlight-4.0