Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2007-12-04 13:49:22 +0300
committerLluis Sanchez <lluis@novell.com>2007-12-04 13:49:22 +0300
commit0aa95ab0ad2750a62ca248d0154b9b9f80f11de8 (patch)
tree1de0d12270990af00b94d77e7a54eac89bc36122 /main/TUTORIALS
parent7195f4926b21b46ad8e4ce1976603ffc63b49729 (diff)
Directory reorganization
svn path=/branches/monodevelop/reorg/; revision=90637
Diffstat (limited to 'main/TUTORIALS')
-rw-r--r--main/TUTORIALS59
1 files changed, 59 insertions, 0 deletions
diff --git a/main/TUTORIALS b/main/TUTORIALS
new file mode 100644
index 0000000000..de72d8e02c
--- /dev/null
+++ b/main/TUTORIALS
@@ -0,0 +1,59 @@
+Some tutorials that we need to write:
+
+* Basics
+
+ * Creating a new project
+
+ * Explaining solutions and projects.
+
+ * Adding assemblies or packages to a project.
+
+ * Creating reusable components.
+
+ * Creating C/C++ projects (can we even do this?)
+
+* Development
+
+ * Refactoring
+
+ *
+* Build and Deployment.
+
+ * Importing a Visual Studio Project into MonoDevelop
+
+ * Maintenance: creating makefiles, autotools.
+
+ * Creating packages.
+
+* Working with Source Code Control
+
+ * Using source code control
+
+* Web Programming
+
+ * How to create ASP.NET applications with MonoDevelop
+
+
+* Accesing Services
+
+ * Consuming Web Services
+ Adding Web References.
+
+ * Adding
+
+* Gtk# development
+
+ * Creating a project from scratch
+
+ * Using Stetic to create user interfaces
+
+ * Using Stetic to create reusable components.
+
+ * Localizing applications.
+
+ * Desktop Integration.
+
+* Working With Databases
+
+ * The Database Explorer
+