Lesson 16 - Obtaining Data from a Text File
Tags:
C#
, 2003
, BCL
, Language
, Beginning
This lesson explains how text files are used in some legacy systems to exchange information between departments or companies. It explores the System.IO namespace and demonstrates how to open, read from, write to and close text files.