Difference between revisions of "Getting started in CS"

From Ribbon Commander Documentation
Jump to: navigation, search
(Writing some code!)
(Writing some code!)
Line 11: Line 11:
 
* [[A 'hello world' C# program]]
 
* [[A 'hello world' C# program]]
 
* [[Creating our first button in C#]]
 
* [[Creating our first button in C#]]
 +
* [[Using events in C#]]
 +
* [[Using delegates in C#]]
 
* [[Using XML in C#]]
 
* [[Using XML in C#]]

Revision as of 00:56, 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.