Hello guys.
I need fast transmit data from my wcf service to client. As SO helps, it means good binary serializer\derializer and data through List But I've got only XML text of DataTable serialized on service. It's big overhead.
Ok I should move to binary encoding of List. I haven't any DTO, just xml of DataTable. Could you help me with best practice
PS: At client I need datatable again for processing PSS: Http,Tcp bindings of wcf service.