Exam 70-536 - Input/Output
Finished another chapter in my book, Input/Output, which deals with the following:
Implementing serialization and input/output functionality in a .NET Framework application
- Access files and folders by using the File System classes.
- File class and FileInfo class
- Directory class and DirectoryInfo class
- DriveInfo class and DriveType enumeration
- FileSystemInfo class and FileSystemWatcher class
- Path class
- ErrorEventArgs class and ErrorEventHandler delegate
- RenamedEventArgs class and RenamedEventHandler delegate
- Manage byte streams by using Stream classes.
- Manage the .NET Framework application data by using Reader and Writer classes.
- StringReader class and StringWriter class
- TextReader class and TextWriter class
- StreamReader class and StreamWriter class
- BinaryReader class and BinaryWriter class
- Compress or decompress stream information in a .NET Framework application and improve the security of application data by using isolated storage.
Read more at http://blog.cumps.be/exam-70-536-input-output/