| File Handling | Directory Separator | Temporary File |
| File System | Volume | Temporary Directory |
| File | File Path Normalization | File Upload |
| Directory | File Enumeration | File Download |
| Path | File Search | File Upload Stream |
| Stream | Recursive Search | File Download Stream |
| File Stream | File Traversal | Asynchronous File I/O |
| Memory Stream | File Copy | Synchronous File I/O |
| Buffered Stream | File Move | async / await |
| Network Stream | File Rename | File Exception |
| Pipe Stream | File Delete | IOException |
| Anonymous Pipe | File Create | FileNotFoundException |
| Named Pipe | File Open | DirectoryNotFoundException |
| StreamReader | File Close | PathTooLongException |
| StreamWriter | File Append | EndOfStreamException |
| BinaryReader | File Read | UnauthorizedAccessException |
| BinaryWriter | File Write | FileSystemWatcher |
| StringReader | File Flush | Change Notification |
| StringWriter | File Locking | File Event |
| TextReader | File Buffering | File Monitoring |
| TextWriter | File Pointer | File Handle |
| FileInfo | File Position | File Descriptor |
| DirectoryInfo | Seek Operation | File Timestamp |
| FileSystemInfo | End of Stream | Creation Time |
| DriveInfo | Stream Position | Last Access Time |
| FileMode | Stream Length | Last Write Time |
| FileAccess | Stream Encoding | File Length |
| FileShare | Character Encoding | Stream Disposal |
| Seek Origin | UTF-8 | using Statement |
| File Attributes | UTF-16 | using Declaration |
| File Permission | ASCII Encoding | IDisposable |
| File Metadata | Byte Order Mark (BOM) | IAsyncDisposable |
| File Extension | Serialization | Memory Buffer |
| Absolute Path | Deserialization | Byte Array |
| Relative Path | Binary Serialization | Buffer Size |
| UNC Path | JSON Serialization | Chunked Processing |
| Root Directory | XML Serialization | Sequential Access |
| Working Directory | File Compression | Random Access |
| Current Directory | Zip Archive | File Integrity |
| File Name | Archive Entry | File Signature |
Saturday, June 20, 2026
C# File Handling Related Useful Terms
Subscribe to:
Post Comments (Atom)
Hot Topics
-
In previous post , we learnt basic introduction to SQL Server . In this post we will learn about SSMS (SQL Server Management Studio) softwar...
-
In the previous post we have learnt about SSMS (SQL Server Management Studio) and how to connect with a SQL Server instance. In this post w...
-
By Ajeet Kumar RADAR CHART In radar chart, the categorical variable is displayed as spikes radiating from a central point. The values o...
No comments:
Post a Comment