C#:Tutorials
From Progzoo
A step by step guide to programming. Each set of tutorials provides tasks for the student to complete.
Contents |
Draw
Practice using graphics commands to draw the flags of different countries.If
if clauses to selectively print details of some countries but not others.Numbers
Practice using number functions and operators.Strings
Use string functions to test a list of Greek namesBoxes
Create patterns on a grid. This exercise uses integer functions and operators.Bricks
Practice for loops. In these problems you use bricks to build walls.Accumulating
Template:Accumulating Variable TutorialCreate and accumulating variable and use it to sum, count and more.
DOM Tutorial
Parse and process XML files using the standard DOM interface.- World Factbook: In which we process data on countries.
- Functions: In which we calculate values
- Strings: In which we process ancient Greek
- Boxes: In which we test numbers.
- Songs: In which we generate repetitive songs.
- Bricks: In which we practice
forloops - Accumulate: In which we accumulate over a list.
- Accumulate 2: In which we accumulate over a file.
- DOM: In which we access the Document Object Model for XML.
- SAX: In which we access the "Simple API for XML".
Old Addresses
- Flags: In which we draw pictures.
- Flags: In which we draw pictures.
- World Factbook: In which we process data on countries.
- Function: In which we calculate values
- Strings: In which we process ancient Greek
- Songs: In which we generate repetitive songs.
- Bricks: In which we practice
forloops - Accumulate: In which we count, add and perform other calculations.
- DOM: In which we access the Document Object Model for XML.
- SAX: In which we access the "Simple API for XML".
