[NUI] Sync the director number with the csharp-binder (#1942)
[platform/core/csapi/tizenfx.git] / docs / index.md
1 ## Tizen .NET
2
3 Tizen .NET is an exciting new way to develop applications for the Tizen operating system, running on 50 million Samsung devices, including TVs, wearables, mobile phones, and many other IoT devices around the world.
4
5 The existing Tizen frameworks are either C-based with no advantages of a managed runtime, or HTML5-based with fewer features and lower performance than the C-based solution. With Tizen .NET, you can use the C# programming language and the Common Language Infrastructure standards, and have benefits from a managed runtime for faster application development and code execution that is efficient and secure.
6
7
8 ## TizenFX API
9
10 TizenFX API allows applications to call into platform-specific functionality from the shared code. This functionality enables Xamarin.Forms applications to do things a native application can do, without causing the portable part of the application to become littered with operating system-specific details.
11
12 The following table specifies the API Level supported by each version of the Tizen platform:
13
14 | API Level   | Target Framework | Target Platform | API Reference   |
15 |-------------|------------------|-----------------|-----------------|
16 | API Level 8 | tizen80          | Tizen vNext     | https://samsung.github.io/TizenFX/master/ |
17 | API Level 7 | tizen70          | Tizen 5.5 M3    | https://samsung.github.io/TizenFX/API7/   |
18 | API Level 6 | tizen60          | Tizen 5.5 M2    | https://samsung.github.io/TizenFX/API6/   |
19 | API Level 5 | tizen50          | Tizen 5.0 M2    | https://samsung.github.io/TizenFX/API5/   |
20 | API Level 4 | tizen40          | Tizen 4.0 M2    | https://samsung.github.io/TizenFX/API4/   |
21
22
23 [!include[TizenFX API](api/index.md)]