Moving lots of data
Posted by: Yasser Shohoud,
on 22 Jan 2006 |
View original | Bookmarked: 0 time(s)
Recently I've been getting lots of questions about moving large files (or lots of data) between a WCF service and client. The question comes in multiple forms, e.g.
How do I send a file that's many GB in size from the service to the client?Should I use MTOM to send large files?I have a huge object graph and I want to send it over the wire, how should I do it?
So let's explore the problems associated with moving lots of data and the solutions offered by WCF.Problem: Bandwidth UtilizationSending...