Large data transfer using WCF
I am in a project where i have to transfer large data atonce back and forth between 开发者_开发问答source and client using wcf service in between.Which is the bect option to transfer data as a DATASET, XML, ARRAY OF OBJECTS or is there any other option?
You could use WCF Streaming. Here is a link for more information: Large Data and Streaming
精彩评论