Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poltanek/school-management-system
A ready made console project showing evidence of using C# to a coding standard through adding, deleting and updating users to grade calculations and updating them through a txt output
https://github.com/poltanek/school-management-system
Last synced: 19 days ago
JSON representation
A ready made console project showing evidence of using C# to a coding standard through adding, deleting and updating users to grade calculations and updating them through a txt output
- Host: GitHub
- URL: https://github.com/poltanek/school-management-system
- Owner: Poltanek
- License: mit
- Created: 2024-11-10T20:39:30.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T07:33:30.000Z (2 months ago)
- Last Synced: 2024-11-11T08:28:05.200Z (2 months ago)
- Language: C#
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# School Management System
A ready made console project showing evidence of using C# to a coding standard through adding, deleting and updating users to grade calculations and updating them through a txt output## Prerequisites
- Understanding of C#
- Jetbrain Rider 2024.2.7## Criteria of this Project
- Add, View, Search, Update and Delete Students
- Add, View, Search, Update and Delete Teachers
- Calculate Grades of Students through scores from, A, B, C, D and F
- Save Data onto a txt file & Exit
- Data Loading from a txt file & Start## Underconstruction