|
|
|
|
|
by jsprogrammer
4127 days ago
|
|
I don't see what is foolish about the question (and was taught [and believe] that there are no foolish questions). MS has opened up their flagship development platform (.NET) and even has it building on Linux. MS will also rent you Linux virtual machines. The post also talks about interoperability and running across many kinds of devices, including "try out RemoteIE which will stream our latest browser from the Azure cloud to Windows, iOS or Android devices." |
|
Then there is the fact that .NET is far less tied to the platform than IE is. .NET is nothing more than a VM, runtime and GC. That's fairly easy to get cross-platform, compared to a GUI application that makes use of platform libraries for hw-accelerated drawing and text rendering.