Content deleted Content added
→.NET: correction regarding inheritance |
|||
Line 35:
=== Programming interfaces ===
Programs and libraries targeted for the WinRT runtime can be created and consumed from a number of platforms and programming languages. Notably [[C/C++]] (either with language extensions offering first-class support for WinRT concepts, or with a lower-level template library allowing to write code in standard C++), .NET ([[C#]] and [[VB.NET]]) and [[Javascript]]. This is made possible by the metadata.
A language interface (or binding) is also referred to as a ''language projection''.
|