Reputation: 580
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?
Upvotes: 3
Views: 4836
Reputation: 138776
You could use WCF Streaming. Here is a link for more information: Large Data and Streaming
Upvotes: 7