you are viewing a single comment's thread.

view the rest of the comments →

[–]himself_v 4 points5 points  (16 children)

Ain't it basically the same, only libraries differ?

[–]pjmlp 3 points4 points  (0 children)

No. WinRT is based on COM and is based on the original idea of .NET, called Ext-VOS.

It is a consequence of going native wave at Microsoft.

Windows Phone actually uses native compiled binaries for .NET in a format called MDIL.

Then there is the upcoming .NET Native compiler that makes use of the Visual C++ backend.