Tuesday, September 7, 2010

Downloading in Chunks using WCF and Silverlight - CodeProject

Image representing Microsoft Silverlight as de...Image via CrunchBase
We need a functionality that can download the large file. Downloading large file in one shoot is risky so the idea is from the UI (silverlight application) user can call the WCF function to download the Chunk (let’s say 10 MB) per call. Once WCF return the Chunk data silverlight application will open the FileDialog and write the data into the stream, if the file size is grater than the chunk size, program will call the WCF function again and get the next chunk.
Downloading in Chunks using WCF and Silverlight - CodeProject
Enhanced by Zemanta

No comments: