This project contains samples for the ArcGIS Runtime SDK for .NET - Desktop, Store, and Phone APIs. Samples for each API are hosted in a simple application framework.
- Fork and then clone the repo or download the .zip file.
- Download and install the ArcGIS Runtime SDK for .NET.
- Confirm the supported system configuration for the API of interest in the ArcGIS Runtime SDK for .NET:
- In Visual Studio, open the solution for the Desktop, Phone, or Store samples.
- Windows Desktop: src\Desktop\ArcGISRuntimeSDKDotNet_DesktopSamples.sln
- Clean, build, and run the application.
- Windows Phone: src\Phone\ArcGISRuntimeSDKDotNet_PhoneSamples.sln
- In Visual Studio go to Build > Configuration Manager. Select the appropriate active solution platform. If deploying to a device, use ARM. If deploying to the emulator, use x86.
- Clean, build, and run the application.
- Windows Store: src\Store\ArcGISRuntimeSDKDotNet_StoreSamples.sln
- In Visual Studio go to Build > Configuration Manager. Select the appropriate active solution platform. If deploying to a Windows RT 8.1 device, use ARM. If deploying to a Windows 8.1 device (or simulator), select the appropriate processor type, x86 or x64.
- Clean, build, and run the application.
Notes:
- Sample data for ArcGIS Runtime SDKs is included as a submodule with this repo: https://github.com/Esri/arcgis-runtime-samples-data. If downloading the zip or using a source control application that does not pull submodules from this repo, get the sample data from https://github.com/Esri/arcgis-runtime-samples-data directly. Place sample data contents in a folder named "sample-data" at the same level as the "src" folder for this repo.
- The Windows Phone samples project contains a reference to the Nuget package for the Windows Phone Toolkit. To enable download of Nuget packages on project build, in Visual Studio go to Tools > Options > Package Manager and check the box next to "Allow Nuget to download missing packages during build". You can also choose to download and install the October 2012 version of the Windows Phone Toolkit.
- Supported system configurations for:
Find a bug or want to request a new feature? Please let us know by submitting an issue.
Anyone and everyone is welcome to contribute.
Copyright 2014 Esri
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
A copy of the license is available in the repository's license.txt file.
[](Esri Tags: ArcGIS Runtime SDK Windows Desktop Store Phone C-Sharp C# XAML) [](Esri Language: DotNet)