Visual Studio and .NET Compact Framework
Developers who develop desktop applications that use Visual Studio have all the necessary tools and knowledge to develop solutions for Windows Mobile platform. Of course, there are differences between the desktop and mobile platform, and you have to approach each differently. However, the programming concepts remain the same.
You have to answer the following questions before you start to develop a Windows Mobile solution:
* What development tools do you have and want to use?
* What platform do you want to target, Smartphone or Pocket PC?
* What version of the .NET Compact Framework do you want to use?
Answers to earlier questions influence the direction you take with your project and how you start it. Other business-related considerations can also influence your decisions:
* Do you want to create offline or online solution?
* How expensive is your connection?
* Do you want touch screen functionality?
* Are you targeting multiple form factors or a single platform?
* What are your security requirements?
After you analyze and answer all these questions, you are ready to take the correct direction with the project. This paper focuses on how to develop Windows Mobile .NET Compact Framework offline client solutions.
Read more: MSDN