Question
Asked by:
blackcats
blackcats
Rating : No Rating
Questions Asked: 18
Tutorials Posted: 0
 

$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.
 


   
   
   
   
 
Available Tutorials to this Question
Posted by:
akio
akio
Rating (25): A-
Questions Asked: 0
Tutorials Posted: 128, earned $971.57
 

$20.00 Complete Solution tested in Visual C# 2008

  • This tutorial hasn't been purchased yet.
  • Posted on Apr 11, 2009 at 8:22:59PM
A:
Preview: ... this._id = id;<br> this._class = classname;<br> this._grade = grade;<br> }<br><br> public string LastName<br> {<br> get { return _lastName; }<br> set { _lastName = value; }<br> }<br><br> public string FirstName<br> {<br> get { return _firstName; }<br> set { _firstName = value; }<br> }<br><br> public int ID<br> {<br> get { return _id; }<br> set { _id = value; }<br> }<br><br> public string Class<br> {<br> get { return _c ...

The full tutorial is about 979 words long plus attachments.

Attachments:
StudentGrades.zip (43K)
Posted by:
akio
akio
Rating (25): A-
Questions Asked: 0
Tutorials Posted: 128, earned $971.57
 

$20.00 Complete Solution tested in Visual C# 2005 with notes and screenshot

  • This tutorial hasn't been purchased yet.
  • Posted on Apr 13, 2009 at 11:19:59PM
A:
Preview: ... program was a GUI form with two buttons and a read-only textbox.<br>1 ...

The full tutorial is about 57 words long plus attachments.

Attachments:
StudentGrades.zip (37K)
StudentGrades.JPG (21K) (Preview)
Posted by:
nzpapillon
nzpapillon
Rating (254): A+
Questions Asked: 0
Tutorials Posted: 547, earned $4,987.28
 

$20.00 Fully-working VC#2008 tutorial project - Serialization/Deserialization - Thoroughly commented.

  • This tutorial was purchased 1 time and rated A+ by students like you.
  • Posted on Apr 13, 2009 at 1:16:40PM
A:
Preview: ... the project in your own IDE.<br>P ...

The full tutorial is about 26 words long plus attachments.

Attachments:
StudentGrades.zip (51K)
StudentGradesSerializing.zip (53K)
Serialization-Deserialization with VC#2008.txt (1K) (Preview)
   
Join Now or Log In
Get Tutoring
Get Paid
Academic Honesty