Access
Everything on SkillVeris tagged Access — collected across the glossary, study notes, blog, and cheat sheets.
21 resources across 1 library
Study Notes(21)
File Access in UWP
How Universal Windows Platform apps read and write files safely through the sandboxed StorageFile/StorageFolder model, pickers, and the Future Access List.
MFC Database Access
MFC's two parallel database frameworks - ODBC-based CDatabase/CRecordset and DAO-based CDaoDatabase/CDaoRecordset - and how record field exchange (RFX/DFX) bin…
Database Access in Web Pages
Learn how the WebMatrix.Data.Database helper connects ASP.NET Web Pages to SQL databases with lightweight Query, Execute, and parameterized SQL methods.
Masking Policies and Row Access Policies
How Snowflake dynamically hides sensitive column values or entire rows from unauthorized roles, enforced consistently at query time across every downstream con…
Roles and Access Control
How Snowflake's role-based access control model governs who can do what, using hierarchical roles, privilege grants, and secure ownership rather than per-user…
Sharing and Access Requests
How SharePoint sharing links, external sharing settings, and the access request workflow let users collaborate without administrators manually managing every g…
Access Tokens and JWTs
Access tokens are the credentials a client presents to a resource server, and JWTs are the most common self-contained format for encoding them.
Access Control Patterns
Techniques for restricting who can call privileged contract functions, from simple Ownable to role-based access control, safe ownership transfer, and timelocks.
VBA and ADO Database Access
Using ActiveX Data Objects (ADO) from VBA to connect to databases, run parameterized queries, and read results into a worksheet or recordset.
ADO.NET and Database Access
Learn how VB.NET applications connect to relational databases using ADO.NET's connection, command, and reader objects, plus disconnected DataSets and transacti…
Logging in Nginx
How access logs and error logs work in Nginx, the difference between request_time and upstream_response_time for diagnosing latency, and how to control log vol…
Restricting Access with Nginx
Control who can reach specific routes and resources using Nginx's IP allow/deny rules, HTTP basic auth, and satisfy directives.
Facade Pattern
The Facade pattern provides a single, simplified interface to a larger, more complex body of subsystem code, making it easier to use without hiding advanced ac…
Azure Key Vault Basics
Azure's managed service for securely storing and accessing secrets, keys, and certificates, covering access models, managed identities, and rotation.
Azure Subscriptions and Billing
How Azure subscriptions organize billing and access, and the tools available to monitor, budget, and control cloud spend.
Broken Access Control
Broken access control is the failure to properly enforce what authenticated users are allowed to do, letting attackers view or modify data and functions that s…
Access Modifiers in TypeScript (public, private, protected)
Control the visibility of class members with public, private, and protected, and understand that these checks exist only at compile time.
Identity and Access Management (IAM)
Understand authentication, authorization, and least privilege as the core building blocks of cloud IAM.
Access Control Models
Compare DAC, MAC, and RBAC access control models and understand who decides permissions in each approach.
Encapsulation and Access Modifiers
Understand how C#'s access modifiers — public, private, protected, internal, and their combinations — let you control visibility and enforce encapsulation boun…
SSH and Remote Access
Understand SSH's client-server model, key-based authentication, port forwarding, and configuration practices for securely administering remote Linux systems.