Linked by Thom Holwerda on Sat 17th Sep 2011 00:18 UTC
Thread beginning with comment 489887
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
Actually, the .NET applications will stay as they are.
There won't be any recompiles since they are stored as bytecode.
This is a big advantage to develop in .NET - your apps will continue to run on x86 while also being able to run on Windows 8 in the future.
There won't be any recompiles since they are stored as bytecode.
This is a big advantage to develop in .NET - your apps will continue to run on x86 while also being able to run on Windows 8 in the future.
There are different issues here. It's true that .NET bytecode can run on any processor architecture, but that doesn't mean MS is committing to supporting desktop-based WinForms apps on ARM. Obviously the system would be leaner and meaner on ARM with as many pieces removed as possible, which directly affects compatibility. An entire set of .NET VMs (for different versions) on a tablet is quite a load. As the article said, either not decided or not announced.
It depends on what .net means to you.
The current crop of .net apps, just like everything else, are considered 'legacy' (apps which are considered 'legacy' can't be sold in the app store, can't carry the 'Ready for Windows 8' logo, won't be featured by Microsoft etc, won't work on platforms that don't have the Win32 stack, etc.)
You have to build to WinRT basically, irrespective of what language you use.
(I think the whole .net language is going away.)





Member since:
2006-01-08
I imagine that .net applications will be able to be quickly recompiled on Windows ARM. I bet that is how they are going to do it.