Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Developing Application For Pocket PC

  • 26-06-2006 08:29AM
    #1
    Registered Users, Registered Users 2 Posts: 966 ✭✭✭


    Hi,

    I am just about to start developing a helpdesk system. It will be web based with a SQL Server backend. I want to enable it to work with a pocket pc, so that I technicians can take their PDA with them around the building, and if someone stops them, to report a problem, they can log in on the PDA, and synchronise with the server when they get back to the office, so that the call the entered while out of the office is logged on the server, and any new calls logged on the server are downloaded to the pocket pc

    I have no idea how to develop applications for the pocket P.C. I want to do this in C#, and was wondering if anyone could give me some pointers, links, recommend books etc.

    Thanks


Comments

  • Closed Accounts Posts: 47 Lucifer 2




  • Moderators, Society & Culture Moderators Posts: 9,688 Mod ✭✭✭✭stevenmu


    There's two main ways you can do it, you can write .Net compact framework apps that run on the PDAs, or you can write a mobile web app. The latter is probably what you're looking for. It's essentially the same as using regular ASP.Net except instead of using Web Forms you use Mobile Web Forms. There'll be slight differences in the controls and functionality available due to limitations of the web browser on the devices, but for basic data entry and maybe some listings you should be fine. The only slight gotcha I can think of is that there may be some differences in the authentication methods available. Seeing as your already doing an ASP.Net site anyway, it should be fairly trivial to stick in some simple proof-of-concept mobile forms and try it out with a device (or the visual studio emulator if there's none to hand).


  • Registered Users, Registered Users 2 Posts: 14,363 ✭✭✭✭jimmycrackcorm


    Use Visual studio 2005 with SQL server mobile. Use web services to talk to the server. It is a doddle to develop with though you need a hefty pentium D core to use the simulator.


Advertisement