What is the best way for flex frontend to communicate with backend writted in C#? The only communication channel in HTTP, so no custom sockets.
I used SOAP in the past, but am concerned about performance since the large overhead of xml, and this application I'm currently working on will be pretty data intensive.
Anything that supports easy setup and transparent marshaling/unmarshaling is OK.
Is there something as BlazeDS for .net?