Windows Mobile 6.5 C#开发:从何开始?

8

我应该从哪里开始使用C#语言为Windows Mobile 6.5开发应用程序?

7个回答

6
最好的起点是访问 Windows Mobile Developer Center
在那里,您将找到大量不同的资源、实验室和实践操作等。在 MSDN 中,您可以从开始开发 Windows Mobile 应用程序开始。
一些代码示例可以在这里找到。
除了 MSDN 外,网络上还有很多资源,例如: 玩得愉快 :)

3
你可以从购买Visual Studio 2008开始。它包含了在移动6.x平台上开发所需的工具。遗憾的是,快捷版不提供此功能,而Visual Studio 2010仅设计用于Windows 7移动平台。
如果你还需要学习C#,那么首先获取Visual Studio 2008 Express for C#并购买一本书。这将让你学习Win32和C#代码的基础知识,而无需花费太多钱。

我对C#的知识相当自信。只是想了解一下winmo6.5的SDK工具。我从未使用过Visual Studio,只安装了独立的C#和C++。 - jM2.me
2
.NET框架和紧凑版.NET框架之间存在差异。如果您熟悉标准版,则会了解紧凑版框架中的所有内容,只需注意哪些不可用(仅包含标准框架的约30%)。有关详细信息,请参见此处:http://msdn.microsoft.com/en-us/library/2weec7k5.aspx - MaQleod

3

1

0

0

0

开发Windows移动应用程序6.x系列,

您需要满足以下要求。

开发IDE:

Visual Studio 2005 or visual studio 2008(Recommented)

编程知识:

Microsoft Visual C++, Visual Basic, C#(Recommented due to object oriented, popular)

其他工具和环境的安装:

Visual Studio 2008 for Development purpose

Microsoft windows mobile software development kit (aks Emulator to Test)

Windows Mobile Device Center (Recommented) or Active Sync (To Establish connection b/w 
host and emultor(Network, file system etc))

.Net FrameWork 3.5 or more (csc.exe) For Compilation of .net compact libarary

.Net Compact FrameWork(CAB File)

.Net SQL compact Framework (If your application uses database)

注意:

.Net Framework is differnet from .Net Compact Framework.

Use .Net Framework for compilation, .Net compact for library. because, .net compact
donot have compiler on its own.

下载链接:

所有微软相关产品均可在微软下载中心获得。 https://www.microsoft.com/zh-cn/download


网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接