Learn about concepts that are fundamental to Windows Store apps.
In this section
| Topic | Description |
|---|---|
|
Learn how to create Windows Store apps using JavaScript that are accessible to the widest possible audience, including people who have impairments or disabilities. This section aims to raise your awareness of the main issues involved in creating accessible Windows Store apps using JavaScript, and to introduce you to the best practices and techniques for creating them. | |
|
Learn about the user resources that apps cannot access by default and the capabilities required to access them. | |
|
Learn about the Windows app contracts and extensions and how they let your app connect your users to the people, devices, and services they want. | |
|
Learn about the app lifecycle of a Windows Store app, from the time it is deployed through its removal. By working with the system to suspend and resume your app appropriately, you ensure that your customer has the best possible experience. | |
|
Learn about the packaging and deployment of Windows Store apps. As a developer, you don't write routines to install or uninstall your app. Instead, you create a package manifest and package your app. Windows uses information in the package manifest to install apps on a per-user basis, and ensure that all traces of an app are gone when the user removes it. | |
|
Learn about how Windows helps you retain and manage app data, like runtime state, user preferences, and other settings. | |
|
Learn about the features and limitations of IndexedDB in Windows Store apps using JavaScript. | |
|
Learn how an app with a cloud component may use the ASHWID in conjunction with its back-end service to implement per-device logic. | |
|
Learn more about cryptography and PKI for Windows Store apps. | |
|
Learn about how to get the best performance out of your Windows Store app using JavaScript or Windows Store app built for Windows using C++, C#, or Visual Basic. |
Build date: 12/7/2012