Chapter 15. Rounding Out Our Application, Part 1: Adding File Persistence

In Chapter 14, we built our first version of the Student Registration System (SRS) as a command line–driven application that focused on the domain classes called out by our model: Person, Professor, Student, Course, Section, ScheduleOfClasses, Transcript, and TranscriptEntry. The Main method of the SRS driver class was written simply to instantiate objects of the various types and to put them through their paces, as a means of testing that we've implemented the logic of their methods correctly. But, the SRS application as written isn't useful as an industrial-strength application yet because

  • It uses string and numerical literals declared in the Main method of the driver ...

Get Beginning C# 2008 Objects: From Concept to Code now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.