Sample 1 demonstrates how to use the StreamReader technique when reading the contents of a file [C# Version] using System; using System.IO; namespace KeithRull.ReadMyFile { class Program { static void Main( string [] args) { //the filename of the file...