I would like to know whether I can develop application in windows form using ARCGIS RUNTIME SDK FOR .NET, as I could see all examples in WPF and couldn't find the same info in "System Requirements".
Example :
<esri:FeatureLayer ID="featureLayer">
<esri:ServiceFeatureTable Mode="OnDemand"
ServiceUri="http://server:007/arcgis/rest/services/ABC/BaseMap_Shore/MapServer/123" />
</esri:FeatureLayer>