Exam 98-372: Microsoft .NET Fundamentals/Understanding I/O Classes in the .NET Framework

This lesson covers Understanding I/O Classes in the .NET Framework. It looks at .NET file classes, console I/O, and XML classes.

Activity 1 - Understand .NET File Classes edit

This objective may include but is not limited to: understanding read/write file classes and stream readers and writers.

  1. Read How to: Read Text from a File.
  2. Read How to: Write Text to a File.
  3. Read How to do basic file I/O in Visual C#.

Activity 2 - Understand Console I/O edit

This objective may include but is not limited to: understanding System.Console classes for input and output.

  1. Read Console Class.
  2. Read How to: Create a C# Console Application.
  3. Read Console.Read Method.

Activity 3 - Understand XML Classes in the .NET Framework edit

This objective may include but is not limited to: understanding XMLReader, XMLWriter, and XML Schemas.

  1. Read XmlReader Class.
  2. Read XmlWriter Class.
  3. Read Well-Formed XML Creation with the XmlTextWriter.

References edit