Author Jesse Smith explains how to "pick apart" an existing C# application, translating the most common controls, attributes, and properties to run on the current generation of mobile devices.
The first step, according to Smith, is a minor modification to page declarations so that they inherit the necessary mobile control classes. Next there are some changes to the syntax of the form tag. Finally, there are some syntactical changes to control declarations reflecting the limitations inherent in the mobile environment.
Read the
DevSource article
here.
Related stories: