In this code you can read a text file line by line to a list collection.
Tag - C# Read Text File Line by Line
Reading text files using the StreamReader in C# Console
StreamReader: StreamReader handles text files. We read a text file in C# by Using StreamReader. This will correctly dispose of system resources and make code simpler. Implements a TextReader that reads characters...