Our website uses cookies to enhance your browsing experience.
Accept
to the top
close form

Fill out the form in 2 simple steps below:

Your contact information:

Step 1
Congratulations! This is your promo code!

Desired license type:

Step 2
Team license
Enterprise license
** By clicking this button you agree to our Privacy Policy statement
close form
Request our prices
New License
License Renewal
--Select currency--
USD
EUR
* By clicking this button you agree to our Privacy Policy statement

close form
Free PVS‑Studio license for Microsoft MVP specialists
* By clicking this button you agree to our Privacy Policy statement

close form
To get the licence for your open-source project, please fill out this form
* By clicking this button you agree to our Privacy Policy statement

close form
I am interested to try it on the platforms:
* By clicking this button you agree to our Privacy Policy statement

close form
check circle
Message submitted.

Your message has been sent. We will email you at


If you haven't received our response, please do the following:
check your Spam/Junk folder and click the "Not Spam" button for our message.
This way, you won't miss messages from our team in the future.

WinRT

Aug 16 2013

WinRT (Windows Runtime) is a collective name for a set of basic functions which serve as a basis for the Metro applications development in Windows 8. WinRT is a COM-based API; and due to its COM-like basis, it allows interacting from multiple programming languages such as C++, JavaScript, C# and VB.NET.

WinRT is a new Windows API, a kind of an analog of the good old Win32 API. To create a rich Metro-style user interface, HTML/CSS is used in case of JavaScript and XAML in case of C++, C# and VB.NET. WinRT is used to interact with the Windows kernel, and you can easily call it from different programming languages. Each language takes WinRT API functions as native ones, for WinRT provides a corresponding library version for each of them. Figure 1 shows the place of Windows Runtime in the architecture of the Windows 8 platform.

Windows_Runtime/image1.png

Figure 1. Windows 8 platform

WinRT allows you to:

  • use a simpler programming model to develop user interfaces for Windows.
  • use the programming model of the WPF and Silverlight application frameworks and use XAML as a user interface markup language.
  • easily call it from different programming languages.
  • provide a connection between applications and the operating system.
  • provide access to devices and networks connected to a PC under Windows.

References

Popular related articles


Comments (0)

Next comments next comments
close comment form