Application Context
Noun · Development
Definitions
The collection of runtime state, dependencies, environment information, and framework-managed objects available to an application or component while it runs. The exact meaning varies by stack, but application context commonly affects dependency injection, configuration lookup, lifecycle hooks, and request handling.
In plain English: The runtime environment and shared state an application or component has access to.
Example: "The background job failed because it expected request-scoped data that does not exist in the application context outside the web process."