Exam 98-372: Microsoft .NET Fundamentals/Understanding I/O Classes in the .NET Framework
Appearance
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 | edit source]This objective may include but is not limited to: understanding read/write file classes and stream readers and writers.
- Read How to: Read Text from a File.
- Read How to: Write Text to a File.
- Read How to do basic file I/O in Visual C#.
Activity 2 - Understand Console I/O
[edit | edit source]This 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
[edit | edit source]This 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.