Question: Write a program using C# programming language. School Registration System You may create three modules for the school registration system - Registration Module, Administrative Module,

Write a program using C# programming language. School Registration System You may create three modules for the school registration system - Registration Module, Administrative Module, and Student Module. For each module, you may use form(s) for information and data management. For example, use a form to data entering and save that as a record in the system. If you know how to work on Database with C#, you may use that. Otherwise you should use arrays to save all data and information.

A. Registration module

The module allows users to login and enter data for records.

The uses can search and query courses. Also they may check, for example, the capacity and seats remaining.

a. Enter records

b. Manage records

c. Search records

d. Query courses

e. View the record(s)

B. Administrative module

a. Statistics

i. For example, total students in a course, average grade, etc.

b. Manage records

i. Sorting

ii. Filtering

iii. Edit

iv. Delete

v. Add

vi. etc.

c. View record(s)

d. etc.

C. Student Module

a. Fulfil requests

b. Printing

c. View the record(s)

d. etc.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!