views:

557

answers:

6

Hi friends,

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 .

+4  A: 

Windows Mobile Developer Center: http://msdn.microsoft.com/en-us/windowsmobile/default.aspx

Mr. Smith
+2  A: 

MSDN? http://msdn.microsoft.com/en-us/netframework/aa497273.aspx

Ray
+1  A: 

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!

moster67
+2  A: 

You may want to check OpenNetCF. This library is very useful.

empi
+1  A: 

You're probably going to want to look at this question as well, as it's going to be very relevent for you.

ctacke
+1  A: 

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 (i.e., 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.

  • www.symbol.com
  • www.intermec.com

Have fun.

Simón