3
Answers

Design & develop a web application to maintain records of students.

Josua

Josua

3y
764
1

Design & develop a web application to maintain records of students.

The single the record shall contain the following information:

| Name | Roll number | Age | Gender |

The application should have the ability to INSERT, DELETE, UPDATE & SEARCH records.

Please Note: this application should not use any DATABASE.
 
Please somebody can help me on this.
Answers (3)
2
Satya Karki

Satya Karki

9 56.7k 3.6m 3y
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
Rijwan Ansari

Rijwan Ansari

4 66.3k 3m 3y
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
Salman Beg

Salman Beg

154 12.1k 621.1k 3y
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/