Difference between revisions of "Getting started in CS"
From Ribbon Commander Documentation
(→Writing some code!) |
(→Writing some code!) |
||
Line 10: | Line 10: | ||
It is recommended that you go through the examples below in the order in which they appear, as each example builds up on previous ones. | It is recommended that you go through the examples below in the order in which they appear, as each example builds up on previous ones. | ||
− | * [[A 'hello world' C# program]] | + | * [[A 'hello world' CS program|A 'hello world' C# program]] |
* [[Creating our first button in CS|Creating our first button in C#]] | * [[Creating our first button in CS|Creating our first button in C#]] | ||
* [[Using events in CS|Using events in C#]] | * [[Using events in CS|Using events in C#]] | ||
* [[Using delegates in CS|Using delegates in C#]] | * [[Using delegates in CS|Using delegates in C#]] | ||
* [[Using XML in CS|Using XML in C#]] | * [[Using XML in CS|Using XML in C#]] |
Revision as of 12:22, 15 March 2013
Before we start
Before we get started you need to:
Writing some code!
It is recommended that you go through the examples below in the order in which they appear, as each example builds up on previous ones.