How can I decide what method of communication I should use between a windows phone and a server? I primarily need to send and receive binary data.
What should I take into account when evaluating different methods? What methods are designed for binary communications, or have issues with this?
You could go with a web service, but if it’s only really simple communication I’d go with simply making POSTs and GETs to the server to remove some of the overhead.