Windows Mobile 6.5 C#开发:从哪里开始?

时间:2011-03-09 20:47:57

标签: windows mobile c#

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

7 个答案:

答案 0 :(得分:6)

最好的起点是Windows Mobile Developer Center

在那里你会发现大量不同的资源,实验室,实践等。 在MSDN中,您从Getting Started in Developing Applications for Windows Mobile

开始

可以找到一些代码示例here

除了MSDN之外,网络上还充满了资源,例如:

玩得开心:)

答案 1 :(得分:3)

您可以从购买Visual Studio 2008开始。它包含在移动6.x平台上进行开发所需的工具。遗憾的是,版本不提供此功能,Visual Studio 2010仅适用于Windows 7移动平台。

如果你仍然需要学习C#,那么先拿起Visual Studio 2008 Express for C#并买一本书。它可以让你学习Win32和C#代码的基础知识,而不需要花太多钱。

答案 2 :(得分:3)

答案 3 :(得分:1)

下载Visual Studio 2008完整版试用版(90天)或完全使用,如果您之前购买但丢失了CD,则来自http://download.microsoft.com/download/8/1/d/81d3f35e-fa03-485b-953b-ff952e402520/VS2008ProEdition90dayTrialENUX1435622.iso。如果你有CD,当然,你可以使用CD。

然后从http://www.microsoft.com/en-us/download/details.aspx?id=6135下载Windows Mobile 6.5 SDK。

祝你好运!

答案 4 :(得分:0)

Dev Env:

使用Visual Studio 2008,使用VB / C ++ / C#启动智能设备应用程序。

Smart Device Development

数据库:

SQL compact edition

问候..

答案 5 :(得分:0)

我建议您阅读Microsoft Mobile Development Handbook(亚马逊链接)

答案 6 :(得分:0)

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

您应该具有以下要求。

开发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.

下载链接:

可从Microsoft下载中心获得所有与Microsoft相关的产品。   https://www.microsoft.com/en-in/download