1
I started studying the universal Windows 10 app and saw that the execution mode is different from Win32 or . Net, since it uses Winrt that calls directly to the system kernel, leaving languages like c#, Vb and js at the c++ level, at least that’s what I read.
What I wanted to know is whether C# needs . NET or some virtual machine to work or it uses only the Winrt API to perform the functions?