Windows Mobile 6.5 C# 开发:从哪里开始?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5252811/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Windows Mobile 6.5 C# Development: Where to start?
提问by jM2.me
Where would I start to develop applications for Windows Mobile 6.5 using C# language?
我应该从哪里开始使用 C# 语言为 Windows Mobile 6.5 开发应用程序?
回答by Sebastian Zaklada
The best place to start would be going to Windows Mobile Developer Center
最好的起点是访问Windows Mobile 开发人员中心
There you will find tons of different resources, labs, hands-on etc. In MSDN, you start in Getting Started in Developing Applications for Windows Mobile
在那里,您会找到大量不同的资源、实验室、实践等。在 MSDN 中,您可以从开发 Windows Mobile 应用程序的入门开始
Some code samples can be found here
一些代码示例可以在这里找到
Other than MSDN, the web is also full of resources, for example:
除了MSDN,网上也有很多资源,例如:
- Development of WMA
- Microsoft Mobile Development Handbookis also good, since lots of stuff applies to 6.x
- You might also want to consider .NET Compact Framework 3.5 Data Driven Applicationsbook
- This blog
- WMA的发展
- Microsoft Mobile Development Handbook也不错,因为很多东西都适用于 6.x
- 您可能还需要考虑.NET Compact Framework 3.5 Data Driven Applications一书
- 这个博客
Have fun :)
玩得开心 :)
回答by MaQleod
You could start with purchasing Visual Studio 2008. It contains the tools needed for developing on the mobile 6.x platform. The express editions sadly do not provide this functionality and Visual Studio 2010 is designed only for the Windows 7 mobile platform.
您可以从购买 Visual Studio 2008 开始。它包含在移动 6.x 平台上进行开发所需的工具。遗憾的是,快速版本不提供此功能,并且 Visual Studio 2010 仅适用于 Windows 7 移动平台。
If you still need to learn C#, then pick up Visual Studio 2008 Express for C# first and buy a book. It will let you learn the basics of Win32 and C# code without spending too much money.
如果您仍然需要学习 C#,那么首先选择 Visual Studio 2008 Express for C# 并购买一本书。它将让您在不花太多钱的情况下学习 Win32 和 C# 代码的基础知识。
回答by Josh M.
SDK download is here: Windows Mobile 6.5 Developer Tool Kit
SDK 下载在这里:Windows Mobile 6.5 Developer Tool Kit
回答by dascandy
Download Visual Studio 2008 full edition for either trial (90 days) or full use, if you bought it previously but lost the CD, from http://download.microsoft.com/download/8/1/d/81d3f35e-fa03-485b-953b-ff952e402520/VS2008ProEdition90dayTrialENUX1435622.iso. If you have the CD, of course, you can just use the CD.
从http://download.microsoft.com/download/8/1/d/81d3f35e-fa03-下载 Visual Studio 2008 完整版以进行试用(90 天)或完全使用(如果您之前购买了它但丢失了 CD)485b-953b-ff952e402520/VS2008ProEdition90dayTrialENUX1435622.iso。如果您有 CD,当然,您可以只使用 CD。
Then download the Windows Mobile 6.5 SDK from http://www.microsoft.com/en-us/download/details.aspx?id=6135.
然后从http://www.microsoft.com/en-us/download/details.aspx?id=6135下载 Windows Mobile 6.5 SDK 。
Best of luck!
祝你好运!
回答by Vintage Coder
To Develope Windows mobile application in 6.x series,
在 6.x 系列中开发 Windows 移动应用程序,
You should have the following requirements.
您应该有以下要求。
Development IDE:
开发IDE:
Visual Studio 2005 or visual studio 2008(Recommented)
Programming Knowledge:
编程知识:
Microsoft Visual C++, Visual Basic, C#(Recommented due to object oriented, popular)
Installation of Other Tools and Environment:
其他工具和环境的安装:
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)
Note:
笔记:
.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.
Downloading Links:
下载链接:
All Microsoft related products available in the microsoft download center. https://www.microsoft.com/en-in/download
Microsoft 下载中心提供的所有 Microsoft 相关产品。 https://www.microsoft.com/en-in/download
回答by Matt Lacey
I'd recommend getting and reading the Microsoft Mobile Development Handbook(Amazon Link)
我建议获取并阅读Microsoft 移动开发手册(亚马逊链接)
回答by Crimsonland
Dev Env:
开发环境:
Start on Smart Device Application using VB/C++/C# using visual studio 2008.
使用 Visual Studio 2008 开始使用 VB/C++/C# 的智能设备应用程序。
Database :
数据库:
Regards..
问候..