WCF and Streaming data made easy
Saturday, May 3rd, 2008Wcf is great when it comes to message exchange. But Wcf even contains functionality when you want to stream data. This is especially useful if you want to transmit a huge amount of data (think about the maxBufferSize option in Wcf configuration) or you want your clients to start processing ...
