Abstract
This guide introduces object oriented programming in the following four steps:
- an introduction to the function of the computer,
- a step-by-step explanation of two exemplary algorithms (one solving sudoku puzzles and another synchronising folders),
- a reference explaining the most important keywords of the programming languages C#, VB.NET and Boo,
- and a section containing hints and remarks for successful development.
Updates
- 02/04/2008: Initial preview release.
- 04/06/2008: First final release.
Print version
Downloads
- Main Document
(PDF) - Cover
(PDF) - SudokuSolver source code (ZIP, contains C# source)
- FileSync source code (ZIP, contains VB.NET source)
