C# Input/Output Classes Simplified

Beginners to the .NET Framework sometimes have a hard time trying to understand the classes in the System.IO namespace for performing input/output (IO) operations. The difficulty stems from the fact that this namespace is relatively large, containing more than 40 members, some of which are similar classes that can be used to achieve the same tasks. Thus it is sometimes hard to figure out which class is best for which task. This article tries to make your life a bit easier by grouping IO tasks into three categories and introducing the classes that are suitable for each task category.” Read the developer’s article at O’Reilly.

4 Comments

  1. 2002-08-06 6:49 pm
  2. 2002-08-06 7:27 pm
  3. 2002-08-06 8:31 pm
  4. 2002-08-07 12:54 am