2
Hi, in your case you can use File system such as XML, Excel and txt File to keep the record. But file system has some disadvantages like maintaining data, no recovery planning in case of crashing, retriving and updating is difficult comparing to other database so on.
2
If you want to store your data for future then you must use database.
Now, you can use any tools for database of your application like
- You can store in txt file
- You can store in Excel file
- You can store in XML file
- You can use MS access database
- You can use SQL or NOSql
In your case, I will suggest to go with txt, excel or xml file whichever you are convenient.
0
Check this link but you need to change as per your requirement.
https://meeraacademy.com/student-management-system-project-asp-net/
https://code-projects.org/school-management-system-in-csharp-with-source-code/