https://github.com/aayush-khadka/result-processing-system
A C# application with a Microsoft Access database for managing student results, supporting CRUD operations and generating printable report cards. The system grades marks and exports them into a pre-designed Microsoft Word format.
https://github.com/aayush-khadka/result-processing-system
csharp project result-management-system result-processing-system
Last synced: 14 days ago
JSON representation
A C# application with a Microsoft Access database for managing student results, supporting CRUD operations and generating printable report cards. The system grades marks and exports them into a pre-designed Microsoft Word format.
- Host: GitHub
- URL: https://github.com/aayush-khadka/result-processing-system
- Owner: Aayush-khadka
- License: gpl-3.0
- Created: 2023-01-21T14:23:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-18T00:12:51.000Z (about 3 years ago)
- Last Synced: 2025-03-04T06:17:10.183Z (over 1 year ago)
- Topics: csharp, project, result-management-system, result-processing-system
- Language: C#
- Homepage:
- Size: 2.09 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
A Result Processing System (RPS) is software that assists schools and colleges in generating, recording, and managing their students' academic results. It is an easy-to-use program that can be used to handle the full result producing process, from entering students' grades to generating report cards.
This application is developed in C# and employs Microsoft Access as its database. It has an easy-to-use interface for inputing student grades and generating grade report cards.
This is a school Project Made to Demonstrate the CRUD operations.
## Features
- Login

- Insert Student Data

- Insert Student Marks

- Update Student Data

- Update Student Marks

- View

- Delete Data

- Print Results

## Result Printing
The inserted Marks is Graded and can be inserted in to a pre-made Result Format Which is Exported in a Microsoft Docs File.
## Extras
- The Code is Fully Commented.
## Author
- [Aayush_Khadka](https://github.com/Aayush-khadka)