diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-08-31 02:41:46 -0700 |
---|---|---|
committer | apache <apache@e5-web1.enlightenment.org> | 2018-08-31 02:41:46 -0700 |
commit | 909ccf64f7f2f9e7f39265c36d31a09dd80cd396 (patch) | |
tree | 5f58f099053b1931b151ed01128d3e42b611dfd9 /pages/develop/guides/csharp/start.md.txt | |
parent | 8a1207d32a2f8f7e0ad2ff4fd0d8d885abc866ad (diff) |
Wiki page start.md changed with summary [created] by Xavi Artigas
Diffstat (limited to '')
-rw-r--r-- | pages/develop/guides/csharp/start.md.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pages/develop/guides/csharp/start.md.txt b/pages/develop/guides/csharp/start.md.txt new file mode 100644 index 000000000..25aefe342 --- /dev/null +++ b/pages/develop/guides/csharp/start.md.txt | |||
@@ -0,0 +1,13 @@ | |||
1 | --- | ||
2 | ~~Title: Developer Guides in C#~~ | ||
3 | ~~NOCACHE~~ | ||
4 | --- | ||
5 | |||
6 | # Beta API C# Programming Guides # | ||
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. | ||
9 | |||
10 | > **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). | ||
12 | |||
13 | * [Events Programming Guide](/core/events.md) | ||