Get Started

You can create the Tizen .NET applications in C#. You can also use the Tizen .NET APIs to access the Tizen platform-specific features.

Environment configuration

If you are using Windows or macOS, you can use Visual Studio Tizen extension to develop .NET application. You can create a Tizen .NET application project with the Project Wizard tool in Visual Studio Tools for Tizen. When you create a new project with a specific template, Project Wizard uses it to automatically create basic functionalities, and default project files and folders for the application.

The Visual Studio Tools for Tizen extension is registered in Visual Studio Marketplace. You can install the extension from Visual Studio Marketplace in the Visual Studio IDE.

  • To download Visual Studio 2017 for Tizen, click download.
  • To use the latest version of Visual Studio, download Visual Studio Tools for Tizen for Visual Studio.

For more information, see the Visual Studio Tools for Tizen guides. If you are using Linux, you can use Visual Studio Code Extension to create your first app.

You can also use command line tools to create .NET project on any platform.

Create your first app

Run on real device

See also

Next Create .NET Application
Submit your feedback to GitHub