Create WebMap From Objects Online

This sample shows how to create a new webmap from scratch i.e. creating a new WebMap object and adding a BaseMap and OperationLayers. In this sample a webmap object is created with a base map and operationlayers including a ArcGISDynamicMapService layer, a featureService with Pop-ups and a featurecollection.

Download Sample Application
XAML C# VB.NET
<UserControl x:Class="ArcGISWPFSDK.CreateWebMapObject"
           xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:esri="http://schemas.esri.com/arcgis/client/2009" >
    <Grid x:Name="LayoutRoot" Background="White" />  
</UserControl>

Sample code usage restrictions
5/16/2014