InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by Streaming? |
|
Answer» Images, .pdf FILES, and large documents can all be transferred using WCF. Streaming is the best and most common method of ACHIEVING this. Streaming allows the recipient of a message (either a client or a service) to begin processing the message before it has completed receiving the entire message. With STREAMED transfers, there's no need to keep large MEMORY buffers in the background, so scalability is IMPROVED. |
|