© Ali Asad and Hamza Ali 2017

Ali Asad and Hamza Ali, The C# Programmer’s Study Guide (MCSD), 10.1007/978-1-4842-2860-9_10

10. File I/O Operations

Ali Asad and Hamza Ali1

(1)Sialkot, Pakistan

Interacting with files is a common task when developing an application. Sometimes you need to store some kind of information into files and store that information in a different format (i.e., binary or text), or you need to send or access some kind of data over the network. In these scenarios, a .NET framework provides classes to deal with them.

This chapter will cover the main concepts used to interact with File System and give an understanding of the working of the following things:

  1. Drives and Directories

  2. Files and Streams

  3. Interaction with Remote Files

  4. Asynchronous ...

Get The C# Programmer’s Study Guide (MCSD): Exam: 70-483 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.