开发者

C# compiler on Windows Phone 7?

If I use a third party C#开发者_运维技巧 compiler to compile code written with notepad can I make a Windows Phone 7 app or do I have to use Microsoft's IDE?


To answer your question directly, no, you do not have to use Visual Studio.

To elaborate further.. You can use the compilers directly (csc etc) but it's more complex and completely pointless. The whole point of Windows Phone development that they keep advertising is that the whole toolchain is free, from VS Express up to Expression Blend for UI creation.

I don't see any reason why you wouldn't want to use these tools, writing code in Notepad (although more challenging and rewarding!) is a lot slower, prone to errors, and simply pointless when you have a perfectly good toolset at your disposal for no price.

See the following:

  • Visual C# Express - http://www.microsoft.com/express/Downloads/#2010-Visual-CS
  • Expression Blend (included as part of the WP SDK) - http://download.microsoft.com/download/1/7/7/177D6AF8-17FA-40E7-AB53-00B7CED31729/vm_web.exe
  • WP getting started guide - http://create.msdn.com/en-US/home/getting_started
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜