diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-09-06 02:57:45 -0700 |
---|---|---|
committer | apache <apache@e5-web1.enlightenment.org> | 2018-09-06 02:57:45 -0700 |
commit | 355a00d3c36553b25097c386cad2453b8a1a0926 (patch) | |
tree | 1db783072c3a9333004629482134f837a561b4c9 /pages/develop/guides/csharp/start.md.txt | |
parent | 7f622b191bf3e30a36b3acfab3799b7edd9c8e6b (diff) |
Wiki page start.md changed with summary [Added link to setup guide and BETA Warning] by Xavi Artigas
Diffstat (limited to '')
-rw-r--r-- | pages/develop/guides/csharp/start.md.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pages/develop/guides/csharp/start.md.txt b/pages/develop/guides/csharp/start.md.txt index 9907e1fb0..fd03d82d4 100644 --- a/pages/develop/guides/csharp/start.md.txt +++ b/pages/develop/guides/csharp/start.md.txt | |||
@@ -7,7 +7,13 @@ | |||
7 | 7 | ||
8 | This section of the Enlightenment Wiki offers reference guides for the most commonly-used features of the Enlightenment Foundation Libraries (EFL) and associated infrastructure. These guides are designed to supplement and support the step-by-step tutorials, which are written as a starting point for beginners who have not previously programmed using EFL. | 8 | This section of the Enlightenment Wiki offers reference guides for the most commonly-used features of the Enlightenment Foundation Libraries (EFL) and associated infrastructure. These guides are designed to supplement and support the step-by-step tutorials, which are written as a starting point for beginners who have not previously programmed using EFL. |
9 | 9 | ||
10 | | | WARNING | | | ||
11 | | --- | ------- | --- | | ||
12 | |  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | | ||
13 | |||
10 | > **NOTE:** | 14 | > **NOTE:** |
11 | > The guides in this section use the latest beta release of the API, as noted in [Developing with the Enlightenment Foundation Libraries](/develop/start.md#Current_vs._Beta). Versions of these guides written for the current release can be found in the [Legacy section of the website](/develop/legacy/program_guide/start). | 15 | > The guides in this section use the latest beta release of the API, as noted in [Developing with the Enlightenment Foundation Libraries](/develop/start.md#Current_vs._Beta). Versions of these guides written for the current release can be found in the [Legacy section of the website](/develop/legacy/program_guide/start). |
12 | 16 | ||
17 | If you haven't done so yet, read the [Setting Up a C# Development Environment](/develop/setup/csharp/) guide so you have a working EFL installation with C# support. | ||
18 | |||
13 | * [Events Programming Guide](core/events.md) | 19 | * [Events Programming Guide](core/events.md) |