.NET application development

Develop application

The following sections explain how to use Visual Studio for Tizen to develop your applications.

Create Tizen .Net project

To create a Tizen .Net project:

  1. In the Visual Studio menu, select File > New > Project.

  2. For creating .Net application, select C# and Tizen options in the dropdown list. Then, select the required template for your project and click Next.

    Create Tizen project

  3. In the configure window, type the name for your project and click Create.

    Configure project

  4. In the Tizen Profile Select window, select the required profile, platform version, and template for your project, then click OK.

    Version selection

Build your project

  1. To build your project, select Build Solution in the Solution Explorer window.

    Build project

  2. To deploy and run your application, select Debug > Start without Debugging.

    Note

    Ensure the emulator is running in your system.

    Run application

    Application

Debug your application in emulator

  1. Open the .cs file in your visual studio application.

  2. Add a break point in your source code.

    Add break point

  3. Start the debugging session by selecting Debug > Start Debugging in the menu bar, or pressing F5, or by clicking the Debug button in the menu bar.