Applications
Everything on SkillVeris tagged Applications — collected across the glossary, study notes, blog, and cheat sheets.
19 resources across 2 libraries
Study Notes(18)
Debugging MFC Applications
Practical techniques for diagnosing MFC bugs using TRACE, ASSERT_VALID, the debug heap, and Spy++ message inspection.
Dialog-Based Applications
How MFC's dialog-based application template uses DoModal and DDX/DDV to build a self-contained UI without a document/view frame.
Silverlight Debugging
Practical techniques for diagnosing binding failures, cross-thread exceptions, and network issues in Silverlight applications using Visual Studio and browser t…
Deploying WPF Applications
An overview of ClickOnce, MSIX, and self-contained .NET deployment options for shipping WPF desktop applications to end users.
.NET and Docker
Learn how to containerize .NET applications with multi-stage Dockerfiles, choose the right base images, and use the SDK's built-in container publishing.
Deploying MVC Applications
A practical guide to shipping ASP.NET MVC applications to production using Web Deploy, Azure App Service, web.config transforms, and IIS application pool confi…
Securing MVC Applications
A practical checklist of ASP.NET MVC security concerns beyond authentication -- output encoding, HTTPS enforcement, secure headers, and safe error handling.
Testing Socket.IO Apps
Write reliable integration and unit tests for Socket.IO features using real servers, real clients, and targeted mocking strategies.
Debugging VB.NET Applications
Practical techniques for diagnosing and fixing bugs in VB.NET applications using the Visual Studio debugger, breakpoints, and structured exception handling.
Packaging Tcl Applications
Learn how to structure, package, and distribute Tcl/Tk applications using Tcl Modules, starkits/starpacks, and standalone executables.
Migrating Legacy COBOL Applications
A practical look at the strategies, risks, and techniques organizations use to modernize decades-old COBOL systems without disrupting business operations.
Testing Spring Boot Applications
A practical guide to layering unit, slice, and integration tests in Spring Boot using JUnit 5, Mockito, MockMvc, and Testcontainers.
Testing Flask Applications
Learn how to write reliable unit and integration tests for Flask apps using pytest, the Flask test client, and fixtures for database and app context.
Testing Django Applications
Learn how Django's built-in test framework, test client, and fixtures let you verify models, views, and forms with confidence before shipping.
Redis with Node.js or Python
How to connect to, query, and manage Redis connections from Node.js (node-redis/ioredis) and Python (redis-py) application code.
Applications of C++
Discover the real-world domains where C++ is used, from operating systems and game engines to embedded systems and high-frequency trading.
Debugging Node.js Applications
Learn to debug Node.js apps using the built-in inspector, console methods, and Chrome DevTools.
Hash Set and Hash Map Applications
Practical, real-world uses of hash sets and hash maps for deduplication, counting, caching, and fast lookups.