| Name | Description |
| C# 01 - Intro to C# | Intro to C# and Visual C# Express 2010 |
| C# 02 - hello world | The manditory hello world application in C# |
| C# 03 - Variables | Learn the basics of Variables |
| C# 04 - IF statments | Learn how to control code with the IF statment |
| C# 05 - Switch statments | Learn how to use the switch statment |
| C# 06 - Do Loop and While Loop | Learn how to use loops and the difference between each type of loop |
| C# 07 - For Loop | Learn about the for loop |
| C# 08 - For Each | Learn about the foreach loop |
| C# 09 - Arrays | Learn about arrays or variables in variables |
| C# 10 - Lists and Generics | Learn about collections, lists, and generics |
| C# 11 - HashTable | Learn how to use a hash table |
| C# 12 - Classes | Learn how to make your own classes in C# |
| C# 13 - Functions | Learn how to make your own functions |
| C# 14 - Class Inheritance | Learn about class Inheritance |
| C# 15 - Class Properties | Learn how to add properties to your class |
| C# 16 Interfaces | Learn the basics of interfaces |
| C# 17 - Error Handling | Learn how to create and handle errors |
| C# 18 - Basic File IO | Learn the basics of reading and writting files |
| C# 19 - File Streams | Learn the more advanced ways of reading and writting files |
| C# 20 - First Windows Forms Application | Make your first C# Windows forms application in minutes |
|