File I/O
Reads/writes
- Saving a text file using a specific encoding in C# .NET
- Reading a text file using a specific encoding in C# .NET
- Setting the file access rule of a file with C# .NET
- Inspecting the drives on the local PC using C# .NET
- Inspecting the directories on the local PC using C# .NET
- How to partially read a file with C# .NET
- 4 ways to read the contents of a file with C# .NET
- 5 ways to write to a file with C# .NET
- Creating temporary files on Windows using C# .NET
- Writing to a file using a MemoryMappedFile in C# .NET
- Reading from a memory-mapped file in C# .NET
FileSystemWatcher
- Monitor the file system with FileSystemWatcher in C# .NET Part 1
- Monitor the file system with FileSystemWatcher in C# .NET Part 2: updates
- Monitor the file system with FileSystemWatcher in C# .NET Part 3: errors
- Monitor the file system with FileSystemWatcher in C# .NET Part 4: other features
Compression/decompression
- How to compress and decompress files with GZip in .NET C#
- How to compress and decompress files with Deflate in .NET C#
- Compressing and decompressing files with BZip2 in .NET C#
- Packing and unpacking files using Zip archives in .NET
- Packing and unpacking files using Tar archives in .NET
- 5 ways to compress/uncompress files in .NET
Isolated storage
- Using isolated storage for application-specific data in C# .NET Part 1: the basics
- Using isolated storage for application-specific data in C# .NET Part 2: directories
- Using isolated storage for application-specific data in C# .NET Part 3: storage location
- Using isolated storage for application-specific data in C# .NET Part 4: various