diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-09-06 02:55:29 -0700 |
---|---|---|
committer | apache <apache@e5-web1.enlightenment.org> | 2018-09-06 02:55:29 -0700 |
commit | 7f622b191bf3e30a36b3acfab3799b7edd9c8e6b (patch) | |
tree | 6f5a026b6d499fff0a337ece8088c734a4d01c42 /pages/develop/tutorials/csharp/start.md.txt | |
parent | 40b42c60d95e397a4ed40802e91f32cbacbd07c2 (diff) |
Wiki page start.md changed with summary [Add link to Setup guide] by Xavi Artigas
Diffstat (limited to '')
-rw-r--r-- | pages/develop/tutorials/csharp/start.md.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pages/develop/tutorials/csharp/start.md.txt b/pages/develop/tutorials/csharp/start.md.txt index 34aad1c59..e7470fb4e 100644 --- a/pages/develop/tutorials/csharp/start.md.txt +++ b/pages/develop/tutorials/csharp/start.md.txt | |||
@@ -7,12 +7,14 @@ | |||
7 | 7 | ||
8 | The following tutorials are designed to build on each other, introducing concepts in a logical manner and working towards full understanding of EFL's capabilities. Most users should approach them in the order in which they are presented; only those with previous EFL experience should skip ahead. | 8 | The following tutorials are designed to build on each other, introducing concepts in a logical manner and working towards full understanding of EFL's capabilities. Most users should approach them in the order in which they are presented; only those with previous EFL experience should skip ahead. |
9 | 9 | ||
10 | > **NOTE:** | ||
11 | > The tutorials 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 tutorials written for the current release can be found in the [Legacy section of the website](https://www.enlightenment.org/develop/legacy/tutorial/start). | ||
12 | |||
13 | | | WARNING | | | 10 | | | WARNING | | |
14 | | --- | ------- | --- | | 11 | | --- | ------- | --- | |
15 | |  | **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. |  | | 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. |  | |
16 | 13 | ||
14 | > **NOTE:** | ||
15 | > The tutorials 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 tutorials written for the current release can be found in the [Legacy section of the website](https://www.enlightenment.org/develop/legacy/tutorial/start). | ||
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 | |||
17 | * [Hello World](hello-world-cs.md) | 19 | * [Hello World](hello-world-cs.md) |
18 | * [Graphical Hello World](hello-world-gui-cs.md) | 20 | * [Graphical Hello World](hello-world-gui-cs.md) |