app model

About this tag
The app model tag on WindowsForum.com covers discussions about the Windows application model, including the Hosted App Model introduced in Windows 10 version 2004. This model allows apps to be registered independently but require a host process like PowerShell or Python to run. Topics also include identity, registration, and activation for non-packaged Win32 apps, enabling access to UWP APIs such as BackgroundTasks, Notifications, and LiveTiles. Additionally, historical references to Windows 8's tile-based interface, codenamed Mosh, appear under this tag. These threads explore how apps are defined, packaged, and integrated with the Windows system.
  1. News

    Hosted App Model

    In Windows 10 version 2004, we are introducing the concept of Hosted Apps to the Windows App Model. Hosted apps are registered as independent apps on Windows, but require a host process in order to run. An example would be a script file which requires its host (eg: Powershell or Python) to be...
  2. News

    Identity, Registration and Activation of Non-packaged Win32 Apps

    Many new and sought-after Windows APIs and features such as BackgroundTasks, Notifications, LiveTiles, Share and more, are either not available or not easily callable from non-packaged Win32 applications. This is due to the programming model for UWP APIs that integrate with the system and have a...
  3. cybercore

    Windows 7 New Windows 8 Interface Rumoured to be called Mosh

    Link Removed - Invalid URL While we’ve not seen the anticipated Windows 8 first peak at CES, which was unlikely anyway given the raft of WIndows 7 tablets being launched there, new details about the OS have emerged. Technology blogger Paul Thurrott is Link Removed due to 404 Error that...
Back
Top