Microsoft Store Starts Accepting Windows 10 on ARM Apps (venturebeat.com)
Microsoft announced Friday that it is opening up its online apps store to 64-bit ARM app submissions from developers, further cementing its commitment to make Windows 10 on ARM a viable platform. From a report: Also, with the release of Visual Studio 2017 version 15.9 this week, developers can now create ARM64 apps using officially supported SDK and tools. Microsoft announced Windows 10 on ARM in December 2017 with three big feature promises: The screen turns on "instantly," unlike existing PCs; LTE is built right in; and the battery can last for days. But the unveiling came with a big caveat. These Always Connected PCs, as Microsoft and Qualcomm call them, were not coming anytime soon. [...] Microsoft wants to help address the performance problems by getting developers to rebuild apps for the platform. Developers can now use Visual Studio 15.9 to recompile UWP and C++ Win32 apps to run natively on Windows 10 on ARM devices.
.NET is nearly 20 years old now. And developers still need to recompile their code (and sometimes write different set of code) for the different platforms, for 32bit, 64bit different CPU's such as ARM. .NET is still the performance of Java, with the platform independence of writing and compiling in C/C++. .NET runs a tad faster then Java, and the executable is a bit more more portable then a system level compile.
OK, I am being a little exaggerated.
But still, In this day and age, ARM apps should be the same as Intel Apps if coded in pure .NET and the migration to 64bit OS should had been much more smoother then it was.
If something is so important that you feel the need to post it on the internet... It probably isn't that important.