title | author | ms.author | ms.date | ms.topic | description | keywords |
---|---|---|---|---|---|---|
Develop an app for your device |
saraclay |
saclayt |
04/17/2018 |
article |
Learn about how to add and develop apps for your device |
Windows 10 IoT Core, Get Started, develop apps, apps |
Now that you have a working device with the default app running, you'll want to take your device to the next level by developing and deploying an app on your device. Before diving into samples, however, you'll need a few things...
- Download Visual Studio 2017 for application development
- Download the Windows IoT Core Extension for VS Code
If you're planning to use C++ for your projects, when downloading Visual Studio 2017, make sure to check the boxes the same way as they are in the example below:
If you're interested in developing background, Arduino Wiring or console applications in the future, you'll also want to download project templates from the Visual Studio Gallery.
To get up and running with an app, we recommend starting with a suggested starter sample below. But if you're ready to deploy your own app, we've also provided helpful links in the section after.
Once you've deployed your app - congratulations, you've finished this quickstarter! Continue to play around or, if you have a few ideas bouncing around in your head, check out our documentation on commercializing with Windows 10 IoT.
Topic | Description |
---|---|
[Developing foreground applications](../../develop-your-app/buildingappsforiotcore.md) |
Learn about the different languages that are supported on Windows 10 IoT Core as well as the UWP and non-UWP app types that are supported. |
[Developing background applications](../../develop-your-app/backgroundapplications.md) |
Learn about the different languages that are supported on Windows 10 IoT Core as well as the UWP and non-UWP app types that are supported. |
[Deploy an App with Visual Studio](../../develop-your-app/appdeployment.md) |
Learn how to deploy your different apps with Visual Studio to your Windows 10 IoT Core device. |
[Debug your app using Remote Console App Debugging](../../develop-your-app/remotedebugging.md) |
Learn how to debug your apps using Remote Console App Debugging in Visual Studio. |
[Install your app on your Windows 10 IoT Core device](../../develop-your-app/appinstaller.md) |
Learn how to install your app to your Windows 10 IoT Core device. |