WinRT
Windows Runtime, commonly known as WinRT, is a platform API and runtime introduced by Microsoft for building Windows Store apps. Debuted with Windows 8 in 2012 (and also shipped on Windows Phone 8.1), it provides a modern, security-conscious API surface that allows applications to access Windows features in a sandboxed environment while remaining language-agnostic.
WinRT is implemented as a runtime built on top of a COM-like infrastructure. API contracts are described
The API surface emphasizes asynchronous programming and modern UI capabilities. WinRT defines a rich set of
Applications built on WinRT are packaged as appx packages and run within a sandboxed app container with