I did some great things in Flex but I didn't need real Data Service before. XML did the job good enough. Now i need a web site to load real-fast with hundreds of items. Does AMF fits for this? can I write am AMF file using ASP.NET?
AMF is suited for situations when there is lot of data involved. The performance improvement will be considerable since the actual data being transferred is way way lesser than when XML is used.