简体   繁体   English

Windows Mobile上的C#

[英]C# on Windows Mobile

I am new to C# , working on C# for windows mobile. 我是C#的新手,正在Windows Mobile的C#上工作。 I have done basic examples , however where should i get necessary documents (APIS , examples etc ) for C# so that i can explore more . 我已经完成了一些基本示例,但是应该在哪里获取C#的必要文档(APIS,示例等),以便我可以进行更多探索。

Windows Mobile开发人员中心: http : //msdn.microsoft.com/zh-cn/windowsmobile/default.aspx

You may want to check OpenNetCF . 您可能要检查OpenNetCF This library is very useful. 这个库非常有用。

OK, assuming that you're already familiar with Visual Studio, Emulators Images, or have already worked with actual devices, you should already have obtained the latest Windows Mobile SDKs; 好的,假设您已经熟悉Visual Studio,仿真器图像或已经在实际设备上使用过,那么您应该已经获得了最新的Windows Mobile SDK。 these already include lots of samples and documentation for both managed and unmanaged APIs. 这些已经包括很多有关托管API和非托管API的示例和文档。

However, you oughta know, most hardware vendors provide their own very specific SDKs and developer's libraries (ie, for managing barcode and RFID readers, third party bluetooth stacks, add-on hardware, etc.). 但是,您应该知道,大多数硬件供应商都提供了自己非常特定的SDK和开发人员的库(即,用于管理条形码和RFID读取器,第三方蓝牙堆栈,附加硬件等)。 I'm not talking about crappy smartphones here, but industrial devices such as Motorola's or Intermec's rugged mobile computers. 我这里不是在谈论笨拙的智能手机,而是工业设备,例如摩托罗拉(Motorola)或Intermec的坚固型移动计算机。 You will have to sign up to gain access to their software libraries and knowledge bases, though. 但是,您必须注册才能访问他们的软件库和知识库。

Have fun. 玩得开心。

You may also have a look here where you will find a lot of useful information about developing for Windows Mobile. 您也可以在这里查看 ,您会找到许多有关为Windows Mobile开发的有用信息。 You can find links to the MSDN Forums and there are links to tons of videos in which certain tasks are explained very well (with source code in C# and VB.Net). 您可以找到MSDN论坛的链接,并且有指向大量视频的链接,其中很好地解释了某些任务(C#和VB.Net中的源代码)。

Good luck! 祝好运!

您可能也想看一下这个问题 ,因为这对您来说非常不相关。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM