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.
- Manage byte streams by using Stream classes.
- Manage the .NET Framework application data by using Reader and Writer classes.
- 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/