Handling
Everything on SkillVeris tagged Handling — collected across the glossary, study notes, blog, and cheat sheets.
77 resources across 2 libraries
Study Notes(74)
Error Handling in Batch
Learn how Windows Batch scripts detect and respond to failures using ERRORLEVEL, exit codes, and a centralized GOTO :error pattern.
MFC Exception Handling
How MFC's CException hierarchy works, how to catch and clean up MFC exceptions correctly, and how they interact with standard C++ exceptions.
Faults and Exception Handling
Learn how WCF translates .NET exceptions into SOAP faults, how to design typed FaultContracts, and how to centralize fault handling with IErrorHandler.
Error Handling with IfError
IfError lets a Power Fx formula catch a runtime error and substitute a fallback value instead of letting the error propagate and break the app's UI.
Handling Schema Drift in Teams
Strategies for detecting and resolving mismatches between the EF Core model, migration history, and the actual database schema across a team.
Event Handling in Blazor
Learn how Blazor wires DOM events to C# methods using @onclick and friends, including typed EventArgs, async handlers, and preventing default browser behavior.
Handling Dropdowns, Frames, and Popups
Learn how to interact with native and custom dropdowns, work inside iframes, and manage new tabs, popup windows, and native browser dialogs in Playwright.
Retries and Flaky Test Handling
Understanding why Playwright tests flake, how to configure retries safely, and how auto-waiting fixes root causes instead of masking them.
Handling Alerts and Popups
Understand how to detect, read, and respond to native JavaScript alert, confirm, and prompt dialogs, and how to tell them apart from ordinary DOM-based popups.
Handling Dropdowns and Checkboxes
How to work with native <select> dropdowns via the Select class, and correctly toggle checkboxes and radio buttons.
Handling Authentication in Tests
Learn how to bypass slow UI logins with programmatic authentication and cy.session() caching, and how to handle third-party SSO safely.
Retries and Error Handling
Configuring per-task retries, retry delays, callbacks, and trigger rules so Airflow DAGs recover gracefully from transient failures.
Error Handling with Try/Catch
Understand PowerShell's terminating vs non-terminating errors and how try/catch/finally, -ErrorAction, and $ErrorActionPreference work together to handle failu…
Handling User Input
How Entry, Editor, GestureRecognizers, and ViewModel-based validation work together to capture and validate user input in MAUI.
Error Handling and Retries
How to build try/catch-style error handling with Configure run after, retry policies, Scopes, and Terminate.
Error Handling with TRY/CATCH
Learn how TRY...CATCH blocks intercept T-SQL runtime errors, how to inspect them with the ERROR_ functions, and how to combine them safely with transactions.
Error Handling in Fortran
Learn Fortran's status-code-based approach to error handling, covering I/O error checking, allocation failures, and structured patterns for building robust pro…
File Handling in Fortran
Opening, reading, writing, and closing files in Fortran using OPEN/CLOSE, unit numbers, and formatted, list-directed, and unformatted access modes.
Exception Handling in Pascal
Learn how try..except and try..finally let Object Pascal programs handle errors gracefully and guarantee cleanup.
File Handling in Pascal
Master reading and writing text, typed, and untyped files in Pascal, along with safe error handling for I/O operations.
Exception Handling in Apex
Learn how to use try/catch/finally, built-in and custom exception types, and partial-success DML patterns to write resilient Apex code.
Error Handling in Socket.IO
Learn the distinct categories of Socket.IO errors — connection errors, disconnect reasons, and acknowledgement failures — and how to handle each robustly.
Handling Reconnection
Understand Socket.IO's built-in automatic reconnection behavior, how to configure and tune it, and how to restore application state like room membership after…
Your First Socket.IO Server
A hands-on walkthrough of building and running a minimal Socket.IO server with Express, handling connections, custom events, and disconnections.
Showing 24 of 74.
Cheat Sheets(3)
Data Wrangling with Pandas Cheat Sheet
Core pandas workflows for reading, cleaning, filtering, handling missing values, and merging datasets during everyday data preparation tasks.
Express.js Cheat Sheet
Covers building routes, applying middleware, handling errors in async handlers, and key Express request/response methods.
Shell Scripting Deep Dive Cheat Sheet
Advanced Bash scripting patterns including parameter expansion, error handling, arrays, and safe scripting practices.