Expand my Community achievements bar.

AMF file

Avatar

Level 1
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?



Thanks!

David.
1 Reply

Avatar

Level 2
Hi,



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.



To get AMF working with .NET,
you
can use Weborb
or OpenAMF.