Posts by Furios G • 1 point
1 post
-
-1
votes1
answer214
viewsQ: How to use Streamreader to read the.txt file and insert the data into a List?
I created a program that performs CRUD , whenever I create, update or delete an employee it updates the Txt file using Streamwriter, when starting the program I am trying to read that same file and…