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
editThis objective may include but is not limited to: understanding read/write file classes and stream readers and writers.
Activity 2 - Understand Console I/O
editThis objective may include but is not limited to: understanding System.Console classes for input and output.
- Read Console Class.
- Read How to: Create a C# Console Application.
- Read Console.Read Method.
Activity 3 - Understand XML Classes in the .NET Framework
editThis objective may include but is not limited to: understanding XMLReader, XMLWriter, and XML Schemas.
- Read XmlReader Class.
- Read XmlWriter Class.
- Read Well-Formed XML Creation with the XmlTextWriter.