Home
Contact
Java
VB.Net
Object Persistence
Learn programming Visual Basic (VB.net)
C#
exercises
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 ...
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 ...
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...
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....