如何使用C#.net构建移动应用程序

如何使用C#.net构建移动应用程序

问题描述:

如何使用c#.net构建一个移动应用程序

how to build a mobile application by using c#.net



如果要创建移动C#应用程序,则应以New Windows Phone 7操作系统为目标.有很多不错的免费入门教程.这是带有教程的免费电子书:
http: //blogs.msdn.com/b/microsoft_press/archive/2010/03/15/free-ebook-programming-windows-phone-7-series-draft-preview.aspx [ Windows Phone编程简介:第1部分 [ ^ ]
构建Windows Phone 7益智游戏 [
Hi,

if you want to create a mobile C# application, you should target the New Windows Phone 7 operating system. There are a lot of good and free tutorials on how to get started. Here is a free E-Book with an tutorial:
http://blogs.msdn.com/b/microsoft_press/archive/2010/03/15/free-ebook-programming-windows-phone-7-series-draft-preview.aspx[^]

and here two CP articles:
Introduction to Windows Phone Programming: Part 1[^]
Building a Windows Phone 7 Puzzle Game[^]


[
this[^] might help you.