The Note Context in the rightmost column is only shown in case an annotated program exists. - You can navigate to the annotated program via the annotated slide view (= 'the note context').
A program that writes bytes corresponding to 'O' 'O' 'P' to a file stream. | write-prog.cs | Slide context | Text book context | - |
The contents of myFile.bin - interpreted as simple ASCII text - after executing the write program. | myFile.bin | Slide context | Text book context | - |
A program that reads the written file. | read-prog.cs | Slide context | Text book context | - |
The control structure 'using' defined by 'try-finally'. | using-equivalence | Slide context | Text book context | - |
The simple write-program programmed with 'using'. | write-prog.cs | Slide context | Text book context | - |
The simple read-program programmed with 'using'. | read-prog.cs | Slide context | Text book context | - |
A FileCopy method in a source file copy-file.cs - uses two FileStreams. | copy-file-1.cs | Slide context | Text book context | - |
Sample encodings, conversions, and decodings of a string of Danish characters. | prog.cs | Slide context | Text book context | Note context |
Output from the Encoding program. | output | Slide context | Text book context | - |
Writing a text string using three different encodings with StreamWriters. | write-prog.cs | Slide context | Text book context | Note context |
Writing values of simple types and objects of our own classes. | write-prog.cs | Slide context | Text book context | Note context |
Reading back the text strings encoded in three different ways, with StreamReader. | read-prog.cs | Slide context | Text book context | - |
A program that reads line of text and parses them to values of simple types. | read-prog.cs | Slide context | Text book context | - |
Use of a BinaryWriter to write some values of simple types. | write-prog.cs | Slide context | Text book context | - |
Use of a BinaryReader to write the values written by means of the BinaryWriter. | read-prog.cs | Slide context | Text book context | - |
A StringWriter program similar to the StreamReader program shown earlier. | write-prog.cs | Slide context | Text book context | - |
Output of the StringWriter program. | write-output | Slide context | Text book context | - |
A StringReader program. | read-prog.cs | Slide context | Text book context | - |
Output of the StringReader program. | read-output | Slide context | Text book context | - |
A program that redirects standard output and standard error to a file. | app.cs | Slide context | Text book context | - |
File 1 after the execution of the Console demo program. | File1 | Slide context | Text book context | - |
File 2 after the execution of the Console demo program. | File2 | Slide context | Text book context | - |
A demonstration of the FileInfo class. | file-info.cs | Slide context | Text book context | Note context |
A demonstration of the File class. | file.cs | Slide context | Text book context | - |
A demonstration of the DirectoryInfo class. | directory-info.cs | Slide context | Text book context | - |
A demonstration of the Directory class - similar to the DirectoryInfo demo program. | directory.cs | Slide context | Text book context | - |
The Person class - Serializable. | person.cs | Slide context | Text book context | - |
The Date class - Serializable. | date.cs | Slide context | Text book context | - |
The Person client class - applies serialization and deserialization. | client.cs | Slide context | Text book context | - |
The Person class - Serialization control with attributes. | person.cs | Slide context | Text book context | - |
The Date class - Serialization control with attributes . | date.cs | Slide context | Text book context | - |
The Person client class - applies serialization. | client.cs | Slide context | Text book context | - |
An obsolete class C, and a class D with an obsolete method M. | prog.cs | Slide context | Text book context | - |
A reproduction of class ObsoleteAttribute. | obsolete.cs | Slide context | Text book context | - |
Sample usage of the reproduced class - causes a compilation error. | usage-obsolete.cs | Slide context | Text book context | - |
A program that compresses a file. | compress.cs | Slide context | Text book context | - |
The corresponding program that decompresses the file. | decompress.cs | Slide context | Text book context | - |
Generated: Monday February 7, 2011, 12:19:28