Does anyone know the correct procedures for Editing a FeatureClass in Silverlight? I'm familiar with publishing a MXD as a Map Service and adding its REST URL to a Silverlight template as a DynamicMapService but am not familiar with the steps to make any particular layer "Editable". Do I need to publish the MXD as Geodata Access? Do I decalre a FeatureLayer in the XAML and point to the REST URL of my Map Service? From what I read on FeatureLayers, they seem to be only meant for Graphic Layers. I need to actually Edit the FeatureClass using multi-user editing.
Please advise. Many thanks everyone..