Introduction

CONCEPT: The .NET framework provides several classes that you can use for writing data to a file and reading data from a file. To write data to a file, you can use the StreamWriter class. To read data from a file, you can use the StreamReader class.

Coding Topics

Reading a File
Writing to File

Practice Problems

Understanding File I/O Worksheet

CPSC1012 Home