Some application uses a comma-delimited files for storing their temporary data. Developers using Visual Basic needs to read the file by line by line and then split the value using the ",". This was some time useful and tedious. And the .Net has the beautiful TextFieldParser Class to read the ...