Files and Streams Part 1 - Overview

Published on 05 May 2020

Hero image

In this deep dive, I'll be going into file operations within System.IO. It's not a subject that I've ever spent a lot of time with. So hopefully I can shed some light on the matter, maybe I'll figure out some tricks along the way.

In the subsequent parts I go through the process of creating a console app for the purpose of processing files. What action that processing happens to be is up to the specific business requirement (I have none!).

files

Additional parts in progress.