Project Part II
In our second project, we will use the skills we have learned so far to build a simple student grade tool that will read student grades from a file and aggregate those grades for each VB family member. The grading tool should read a comma-separated values (CSV) file with a student name and grade delimited by a comma. The grading tool should utilize the dictionary and list data structures we learned about in the previous chapters. This grading tool will then show a summary per student.
In this chapter, we’re going to cover the following main topics:
- Developing a grading tool in the VB.NET console
- Developing a grading tool in VB 6
- Developing a grading tool in VBA
- Developing a grading tool in VBScript
- Developing a grading tool in Classic ASP
- Developing a grading tool in ASP.NET