Programming in Any Language

C# Structure - Applications


The Anything Database, Version 3

The Anything Database is an application that gives the user the ability to create a collection of data and then save, load, edit, delete and search that data. The version of The Anything Database that we are about to create in this Structure section is going to store the data in a structure contained in a single list. It’s also going to use Text processing to format each field of data to a specific size so that it can easily be ported to a database engine or a spreadsheet. This application will be broken down into nine parts. They are: 1. Analysis and design; 2. Adding Records; 3. Navigation; 4. Saving records; 5. Loading records; 6. Editing records; 7. Deleting records; 8. Clear the file; and 9. Searching records. PDFs: Slides; Full Code; Hierarchy Chart

Code Progression PDFs: 1) Analysis and Design; 2) Adding a Record; 3) Navigation; 4) Saving Records; 5) Loading Records; 6) Editing Records; 7) Deleting Records; 8) Clear the File; 9) Searching Records