How do I know filter by Firstname= John. Or filter by John with grade 90, and save to file with header? Filtering the object would be a great follow up video. Thanks again.
What will be the code if I only want to sort FirstName & LastName from all other data in new lines and exclude everything else in output? In my case I also have uncommon data in between.
This was a good way to start working on my school project, thank you!
Great tutorial. This helped me a lot in my project, thank you.
I'm looking at ways I can refactor some file parsing code at work, and this helped tremendously.
Hi why my console.writeline only print out the namespace plus class name?
got the same problem, did you solve it ?
same here, any advice?
found it, gotta use override to string: stackoverflow.com/questions/33816246/class-list-keeps-printing-out-as-class-name-in-console
@@MrDaroay thanks ! I did the same :) have a nice day
You can override the ToString() method and print whatever you want: ruclips.net/video/tNvXUw-_FMc/видео.html
That was really helpful!!!
Thanks a lot.
How can we make this code generic? Like a file about which we have no information, how to read that?
How do I know filter by Firstname= John. Or filter by John with grade 90, and save to file with header? Filtering the object would be a great follow up video. Thanks again.
What will be the code if I only want to sort FirstName & LastName from all other data in new lines and exclude everything else in output?
In my case I also have uncommon data in between.