Key Classes Related to XSLT and XPath

Every application, image, database, message, and document is stored as some form of a file. Directories and files are the warehouses and boxes of our applications. All our applications spend time interacting with the file system at some level. And most of our applications require us to read, write, or manipulate files and directories.

The .NET System.IO namespace provides us with a rich set of tools to write effective file I/O code in a productive manner. This namespace encapsulates functionality related to both synchronous and asynchronous reading and writing to files and streams. Table 11.1 presents the key classes contained in the namespaces. These classes represent those primarily used by developers when ...

Get Visual Basic® Programmer's Guide to the .NET Framework Class Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.