Hello guys. My wcf is hosted by IIS and used basicHttpBinding. My common data is datasets, whci I should serialize and transmit to client. I haven't got hundreads of MB, but I want to trnasmit it to client with best perfomance.
As I understand I should use MTOM encoding. Right?
Also want to know about type of transmitting object: DataSet, Byte[], Gzip Stream (by IIS or manually).
I think my scenario is rather common. Want to hear your working fast design.