I'm new to Windows Mobile 6.5 app development. Which language do I need to learn and which books are preferable? Can you direct me to eBook sites for Windows Mobile apps development?
Asked
Active
Viewed 3,212 times
1
-
2possible duplicate of [Windows Mobile Development - Where to begin?](http://stackoverflow.com/questions/377604/windows-mobile-development-where-to-begin) – ctacke Aug 27 '10 at 13:15
1 Answers
2
You actually have a choice between C++, C#, or Visual Basic since Windows Mobile supports multiple languages. You will likely need to use Visual Studio for easiest end-to-end development (you can get express for free). I don't know of any good books to recommend, but you can use Microsoft's official tutorial here.
Finally, you can find the SDK here.

Ryan Berger
- 9,644
- 6
- 44
- 56