Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 803 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 803 Bytes

School-registration-system

Using Visual Studio C#.Net framework

Currently Building a School Registration Software system that would allow students to Login as a student to view and edit their schedule also to register for classes. The Administrator will be able to add delete or update any information in the Students, Instructors, Sections, Courses.

The student would be able to:

  • Login
  • Display current class schedule
  • Search for classes by Crn
  • View available classes
  • Register for a class
  • Drop a class
  • View current schedule

The Administrator would be able to

  • Login
  • Main Control Panel
  • Add Update Delete Student
  • Add Update Delete instructor
  • Add Update Delete Sections
  • Add Update Delete Courses

Languages Used:

  • C#.Net
  • Sql

IDE

  • Visual Studio 2017