On June 12th Jason Zander posted What you need to know about developing for Windows on ARM (WOA) along with a companion video on Channel 9. All looks very impressive to me – well done to the team.
In summary:
- You do the dev on an intel machine
- You can then deploy to ARM and get:
- a great remote debugger
- a great remote test tool
- a great remote profiling tool
And if you were wondering “How much do I need to worry about ARM?”, the following summarises it nicely:
- Javascript, C# and Visual Basic apps – write once, run on x86/x64/ARM
- C++ needs to be compiled to the platform you are targeting
Related Links: