WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=c28f132f661ac6d58b77529fed94306841b713a0
commit c28f132f661ac6d58b77529fed94306841b713a0 Author: Xavi Artigas <[email protected]> Date: Thu Jul 26 03:43:23 2018 -0700 Wiki page start.md changed with summary [created] by Xavi Artigas --- pages/develop/tutorials/csharp/start.md.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pages/develop/tutorials/csharp/start.md.txt b/pages/develop/tutorials/csharp/start.md.txt new file mode 100644 index 000000000..e7c52670b --- /dev/null +++ b/pages/develop/tutorials/csharp/start.md.txt @@ -0,0 +1,18 @@ +--- +~~Title: EFL C# Tutorials~~ +~~NOCACHE~~ +--- + +# Beta API C# Tutorials # + +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. + +> **NOTE:** +> 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). + +--- + **NOTE:** The C# bindings are currently in **BETA state**. They should only be used for experimenting and **NOT** for any product development. + +--- + +COMING SOON \ No newline at end of file --
