简体   繁体   中英

C# on Windows Mobile

I am new to C# , working on C# for windows mobile. I have done basic examples , however where should i get necessary documents (APIS , examples etc ) for C# so that i can explore more .

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

You may want to check 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; these already include lots of samples and documentation for both managed and unmanaged APIs.

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.). I'm not talking about crappy smartphones here, but industrial devices such as Motorola's or Intermec's rugged mobile computers. 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. 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).

Good luck!

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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