If I am loading a shapefile via the ShapefileTable class and I have some other layer that is in a different spatial reference, how can I get them both to display in the map? I believe when dealing with the local services there is some 'magic' that causes additional layers that are added to be projected to the spatial reference of the map.
More specifically we use an ArcGISTiledMapServiceLayer as a basemap and would like display our shapefiles on top of this layer.
How can we achieve this (preferably without killing performance)?
Note: The FeatureLayer performance when using direct access to shapefiles is greatness! Well worth the wait.