I know how to create an XAML GUI for a MapServer map . . .
<esri:Map x:Name="MyMap" Extent="-120,20,-100,40" > <esri:Map.Layers> <esri:ArcGISTiledMapServiceLayer ID="StreetMapLayer" Url="http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer" />
</esri:Map.Layers></esri:Map>
However, I need to know how to set up the syntax for using a map that I created from a Shapefile Feature Class that I have brought into ArcMap.