Hi,
I have a Web Silverlight App to display more than 10000 points with 10 attributes.
Option 1: To use FeatureLayer and change <MaxRecordCount/> from 500 to a bigger number than 10000 in MapService.cfg;
Option 2: To query FeatureLayer and add to a GraphicsLayer in a loop until all data be loaded, this way I would keep <MaxRecordCount/> 500 as its default value, like ESRI Morten Nielsen had a demo during Developer Summit.
My question is which would be have a better performance. Please let me know your idea.
Thanks,
Tom