| URL | Key–Value Pair | URL Validation |
| URI | URL Encoding | URL Redirection |
| URN | Percent Encoding | Redirect URI |
| Absolute URL | Reserved Characters | Callback URL |
| Relative URL | Unreserved Characters | Return URL |
| Base URL | Escape Sequence | Deep Link |
| URL Structure | URL Decoding | Hyperlink |
| URI Components | Fragment | Navigation |
| Scheme | Fragment Identifier | Address Bar |
| Protocol | Anchor | Request URL |
| Authority | Hash Fragment | Response URL |
| User Info | Resource | HTTP Request |
| Username | Resource Identifier | HTTP Response |
| Password | Resource Locator | HTTP Method |
| Host | Canonical URL | GET |
| Hostname | URL Normalization | POST |
| Domain | URL Resolution | PUT |
| Domain Name | URL Rewriting | PATCH |
| Subdomain | URL Mapping | DELETE |
| Top-Level Domain (TLD) | URL Routing | HTTPS |
| Second-Level Domain | Endpoint Routing | HTTP |
| Port | Virtual Path | Secure URL |
| Default Port | Physical Path | Localhost |
| Endpoint | URL Template | Loopback Address |
| Origin | URL Parameter | IP Address |
| Path | Matrix Parameter | IPv4 |
| Absolute Path | URI Scheme | IPv6 |
| Relative Path | URI Builder | DNS |
| Path Segment | Uri | DNS Resolution |
| Segments | UriBuilder | DNS Record |
| PathString | HttpUtility | Reverse Proxy |
| Route | WebUtility | Forward Proxy |
| Route Parameter | UrlEncoder | Reverse Routing |
| Route Template | QueryHelpers | URL Shortening |
| URL Pattern | HostString | Data URL |
| Slug | QueryBuilder | Blob URL |
| Query String | LinkGenerator | Signed URL |
| QueryString | RouteValueDictionary | Presigned URL |
| Query Parameter | URL Generation | Origin Header |
| Query Collection | URL Parsing | FQDN |
Saturday, June 20, 2026
ASP.NET Core Web Technologies, URL Related Terms
Web Technologies, URL Terms
C# File Handling Related Useful Terms
| 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 |
Subscribe to:
Posts (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...