WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=909ccf64f7f2f9e7f39265c36d31a09dd80cd396
commit 909ccf64f7f2f9e7f39265c36d31a09dd80cd396 Author: Xavi Artigas <[email protected]> Date: Fri Aug 31 02:41:46 2018 -0700 Wiki page start.md changed with summary [created] by Xavi Artigas --- pages/develop/guides/csharp/start.md.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 @@ +--- +~~Title: Developer Guides in C#~~ +~~NOCACHE~~ +--- + +# Beta API C# Programming Guides # + +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. + +> **NOTE:** +> 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). + +* [Events Programming Guide](/core/events.md) --
