Java
VB.Net
Object Persistence
Learn programming C#
C#
exercises
142
Table + array + files
Expand the January 9th exercise (tables + array) by adding two new methods to dump the data of the array into a binary file and restore the data from ...
112
Table + SetOfTables + files
Expand the exercise from April 16th (tables + array + files) by creating three classes: Table, SetOfTables, and a test program. The SetOfTables class ...
107
Insects + persistence
Create a new version of the "insects" exercise (April 17th), which should persist the data using some form of storage such as a database or file syste...
108
Cities - persistence
Create a new version of the "cities database" (which you improved on March 13th), using persistence to store its data instead of text files....