Lifecycle
Everything on SkillVeris tagged Lifecycle — collected across the glossary, study notes, blog, and cheat sheets.
23 resources across 2 libraries
Study Notes(22)
UWP Application Lifecycle
How UWP apps move through NotRunning, Activating, Running, Suspended, and silent termination, and how to save and restore state correctly.
UWP Interview Questions
A curated walk-through of the concepts interviewers actually probe for UWP roles, from app lifecycle to XAML binding internals, framed as discussion-ready expl…
Silverlight Application Lifecycle
How a Silverlight application started up, ran, and shut down inside the browser plugin, from Application.Startup through Application.Exit.
The WPF Application Lifecycle
How a WPF application starts up, runs its message loop via the Dispatcher, and shuts down, including window lifecycle events and ShutdownMode.
The View in MVVM
The View's role as a declarative, logic-free rendering layer that binds to the ViewModel and forwards user input.
The Page Lifecycle
A walkthrough of the ASP.NET Web Forms page lifecycle — Init, Load, events, PreRender, and Unload — and why the order determines where your code belongs.
Teams Lifecycle Management
Govern how teams are created, named, expired, archived, and deleted across their full lifecycle using Microsoft 365 Group policies, templates, and retention.
Component Lifecycle Methods
Walk through Blazor's component lifecycle — from OnInitialized through OnParametersSet, OnAfterRender, and IDisposable — to know exactly when to run setup and…
Selenium with JUnit
Learn how JUnit 5's lifecycle annotations, extension model, and tagging integrate with Selenium WebDriver to build maintainable Java test suites.
Permissions and Lifecycle
Understand runtime permission requests and the app lifecycle events that govern how a .NET MAUI app behaves in the foreground and background.
Document Management
Understand core SharePoint document management capabilities: check-out, co-authoring, sharing, retention, and the underlying document lifecycle.
The Connection Lifecycle
Understand how a Socket.IO connection is established, upgraded, monitored, and torn down, including reconnection behavior and the events that mark each stage.
Elixir and LiveView
How Phoenix LiveView delivers real-time, interactive UIs from server-rendered Elixir without hand-written JavaScript.
The Kubernetes API Server
How kube-apiserver authenticates, authorizes, validates, and persists every cluster change, and why it sits at the center of every Kubernetes operation.
Index Lifecycle Management
How Elasticsearch's ILM feature automates moving indices through hot, warm, cold, and delete phases as data ages.
Subscriptions Explained
Learn how GraphQL subscriptions deliver real-time updates over a persistent connection, and how to run them reliably in production.
Thread Lifecycle in Java
Understand the states a Java thread passes through — from NEW to TERMINATED — as defined by the Thread.State enum, and what causes each transition.
App Lifecycle and Process Death
How Android activities and processes move through creation, backgrounding, and destruction, and why saving state correctly is essential to survive system-initi…
Lifecycle-Aware Coroutines
Lifecycle-aware coroutine APIs like repeatOnLifecycle and lifecycleScope tie coroutine execution to Android component lifecycle states, avoiding wasted work an…
App Lifecycle in SwiftUI
How SwiftUI apps start, move through foreground/background states, and respond to system events using the App protocol, Scene, and scenePhase.
Lifecycle Hooks in the Composition API
Learn how onMounted, onUpdated, onUnmounted and other lifecycle hook functions let you run code at specific points in a component's life.
The Vue Instance Lifecycle
An overview of the stages a Vue component instance goes through from creation to unmounting, and the lifecycle hooks available at each stage.