Related resources for Reading Text File
  • OpenFileDialog in C#9/5/2014 9:15:28 AM. The OpenFileDialog object interacts with the Computer’s API (Application Programming Interface) to present available files to the user and retrieves the user’s file selection back to the program.
  • C# TextReader6/5/2012 2:48:40 AM. TextReader class available in .NET is a base class for StreamReader and StringReader classes. The StreamReader is used to read characters from a stream.
  • TextReader and TextWriter in C#2/27/2006 2:07:10 AM. This article covers the information of how to read or write (Unicode) character based data through TextReader and TextWriter.
  • TextReader and TextWriter in C#2/27/2006 2:07:10 AM. This article covers the information of how to read or write (Unicode) character based data through TextReader and TextWriter.
C# Language Specification 5.0
This book provides a complete description of the C# language 5.0.
Download