Flex and .NET Interoperability Session Slides & Code From MAX 2006

Finally getting around to posting my notes from my session on communicating with .NET web application from Flex that I gave at Adobe’s MAX in Las Vegas this year. I enjoyed giving this session as I truly believe Flex and .NET work well together and there are many methods for communication between both technologies, but currently there aren’t’ many resources covering it. In this session I talk mainly about 3 methods. Using HTTPServer/xml, WebServices, and AMF, as well as briefly touch upon Binary Sockets. I’m hoping in the future to have more detailed cover on each method.

You can download the slides and source code from here

One Response to “Flex and .NET Interoperability Session Slides & Code From MAX 2006”

  1. [...] Flex 2 is built to support any back-end web server as a source for data, and .NET is no exception. Chafic Kazoun was one of the presenters at Adobe Max 2006, though I did not attend his session. The topic was (of course) how to integrate Flex 2 RIA’s with .NET data services.If you want to find more information about using .NET as a back-end for Flex 2 (or Flash in general), Chafic has provided source code and the slides from his Max presentation on his site. [...]