C# – Best way for Flex to communicate with C# backend

apache-flexchttpprotocolssoap

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?

Best Answer

I found a few options by googling AMF .NET and AMF C# (AMF is the protocol that BlazeDS uses)-

However, I haven't used any of these projects - I've just used Flex backed by Java and PHP.