Click here to Skip to main content
15,881,600 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I need to create a Console Application for Student Management System by CRUD and only using C#(no sql or framework)

What I have tried:

i have tried the logic for create operation but the student details is not getting stored in the list
Posted
Updated 22-Jul-22 9:09am
Comments
PIEBALDconsult 22-Jul-22 17:10pm    
Set up to fail I'd say.
BillWoodruff 23-Jul-22 1:39am    
Whar are you doing to persist (serialize, store) the list ?

1 solution

You can find some inspiration here: working with lists in c# - without using database[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900