Is Windows Phone 7 programming available on Mac OS X based computers?
I'm eager to start developing for WP7, but restarting my Mac to boot Wi开发者_开发技巧ndows seems pretty annoying. Is there any usable ways of WP7 development on Mac except virtual machines?
Thanks in regards.
VM is not an option, the Windows Phone emulator will not run from within a VM (here's an answer to an earlier SO question stating the reasons for that). The only option is to shutdown and boot Windows, however annoying that may be.
To develop WP7 using IDE such as Visual Studio .NET you have to work on Windows. So the only way is too install virtualisation such as VMWare Fusion or Parallel for MAC.
Hope this helps.
DCA
You might be able to use the open source .Net implementation Mono, but in order to actually test your applications and install them onto a WP7 device, you need Zune and that is not available on OS X.
The best option would be a VM to run Windows and Visual Studio.
Visual Studio 2017 is now available on Mac. I haven't play with it yet, but it should at least support developing mobile apps using Xamarin. Another good news is that there is free VS version (community edition):
https://www.visualstudio.com/vs/visual-studio-mac/
精彩评论