Question
Asked by:
$20.00 Visual C# text file serialization and deserialization
- From Computer-Science: General-CS
- Closed, but you can still post tutorials
- Due on Apr. 14, 2009
- Asked on Apr. 11, 2009 at 11:57:23AM
Q:Visual C# - Create a program that stores student grades in a text file. The file should contain the name, ID number, class taken and grade of every student. Allow the user to load a grade file and display its contents in a read-only TextBox. The entries should be displayed in the following format:
LastName, FirstName: ID# Class Grade
Sample Data:
Jones, Bob: 1 Introduction to Computer Science
Johnson, Sarah: 2 Data Structures
Smith, Sam: 3 Data Structures
Modify the previous program to use objects of a class that can be serialized to and deserialized from a file.



