WinRT, not yet another abstraction over Win32!
Not just an abstraction over Win32 API.
WinRT or Windows Runtime is a set of API's that sits on top of Windows 8 kernel and is the base API for building "Metro or Modern style apps". WinRT in Windows 8 is similar to Win32 API in older versions of windows operating system. As of yet, WinRT doesn't completely replace Win32 API but internally can call and use Win32 API and subsets of .Net. WinRT supports development in C++, Managed Languages and in Javascript as well.
The new developer stack for windows looks like
The traditional stack remains more or less the same – you can create native Windows (forms) apps with C++ and Win32. Or you can use .NET (now in a new 4.5 flavor) with WinForms or XAML as front-end and C#/VB/C++ as the language. The enhacements lies in Metro Style apps. We can create Metro style apps using the combination of WinRT supported languages(i.e. C++, Managed languages and Javascript).
Any class compiled to target WinRT is called WinRT Component. A WinRT Component written in one language can talk to another WinRT component written in any supported language. This magical intercommunication between WinRT components happens through Language Projections.
Language Projections is the another word for Bindings in WinRT through which Windows Runtime APIs are exposed in each language. As show in the image, Language projection utilises Metadata exposed by each WinRT component.
WinRT, not yet another abstraction over Win32! | TechPint
Superb blog! Do you have any tips for aspiring
writers? I'm hoping to start my own blog soon but I'm a little lost on everything.
Would you recommend starting with a free platform like Wordpress or go for a paid option?
There are so many options out there that I'm completely overwhelmed .. Any suggestions? Many thanks!
Post new comment