Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Taking order with PDA

Taking order with PDA

Scheduled Pinned Locked Moved C#
csharpquestionphpasp-netmobile
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y Offline
    Y Offline
    Yulianto
    wrote on last edited by
    #1

    I'm not sure if this is the correct place to ask this question. Sorry if I post in the wrong forum. I have created a POS system for restaurant using C# express and SQL Server express. I want to extend the application, so my client can take orders with PDA. I have think some ways, creating mobile application with C# or create an ASP.NET, or maybe PHP application accessing SqlServer. I am not familiar with PHP but not ASP.NET. So what do you suggest I should be using? Is it posible using C# express creating mobile app? If I should create mobile app, where should I start. Thanks.


    Don't work hard, but work effectively. Web hosting | Buy stock

    H D 2 Replies Last reply
    0
    • Y Yulianto

      I'm not sure if this is the correct place to ask this question. Sorry if I post in the wrong forum. I have created a POS system for restaurant using C# express and SQL Server express. I want to extend the application, so my client can take orders with PDA. I have think some ways, creating mobile application with C# or create an ASP.NET, or maybe PHP application accessing SqlServer. I am not familiar with PHP but not ASP.NET. So what do you suggest I should be using? Is it posible using C# express creating mobile app? If I should create mobile app, where should I start. Thanks.


      Don't work hard, but work effectively. Web hosting | Buy stock

      H Offline
      H Offline
      hammerstein05
      wrote on last edited by
      #2

      I'm not entirely sure, but I don't think the license for C# Express permits you to sell software you create with it. I think it's more of a learning tool. If you can, then I'm happy because I've been working under a complete misconception. If you want to create mobile Apps, I believe SharpDevelop will let you do that, I think they've brought that piece of software along quite a bit. I personally would go the route of creating a mobile app, but that way you're going to have to write client/server software to interface with your POS database. Going the webserver route, all your code is server-side, you just interface with the database on the server side and your handheld just has a webpage open. Designing a webpage that will work well on the handheld will be a bit tricky, and you'll also need to lock down wireless quite tightly.

      D 2 Replies Last reply
      0
      • H hammerstein05

        I'm not entirely sure, but I don't think the license for C# Express permits you to sell software you create with it. I think it's more of a learning tool. If you can, then I'm happy because I've been working under a complete misconception. If you want to create mobile Apps, I believe SharpDevelop will let you do that, I think they've brought that piece of software along quite a bit. I personally would go the route of creating a mobile app, but that way you're going to have to write client/server software to interface with your POS database. Going the webserver route, all your code is server-side, you just interface with the database on the server side and your handheld just has a webpage open. Designing a webpage that will work well on the handheld will be a bit tricky, and you'll also need to lock down wireless quite tightly.

        D Offline
        D Offline
        DaveyM69
        wrote on last edited by
        #3

        You can use the Express editions for commercial use. I raised the same point with someone else a while ago (can't find the thread now!), but I researched it a little and had to correct myself!

        Dave
        BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)

        1 Reply Last reply
        0
        • H hammerstein05

          I'm not entirely sure, but I don't think the license for C# Express permits you to sell software you create with it. I think it's more of a learning tool. If you can, then I'm happy because I've been working under a complete misconception. If you want to create mobile Apps, I believe SharpDevelop will let you do that, I think they've brought that piece of software along quite a bit. I personally would go the route of creating a mobile app, but that way you're going to have to write client/server software to interface with your POS database. Going the webserver route, all your code is server-side, you just interface with the database on the server side and your handheld just has a webpage open. Designing a webpage that will work well on the handheld will be a bit tricky, and you'll also need to lock down wireless quite tightly.

          D Offline
          D Offline
          DaveyM69
          wrote on last edited by
          #4

          Found the post :-D Clickety[^]

          Dave
          BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)

          1 Reply Last reply
          0
          • Y Yulianto

            I'm not sure if this is the correct place to ask this question. Sorry if I post in the wrong forum. I have created a POS system for restaurant using C# express and SQL Server express. I want to extend the application, so my client can take orders with PDA. I have think some ways, creating mobile application with C# or create an ASP.NET, or maybe PHP application accessing SqlServer. I am not familiar with PHP but not ASP.NET. So what do you suggest I should be using? Is it posible using C# express creating mobile app? If I should create mobile app, where should I start. Thanks.


            Don't work hard, but work effectively. Web hosting | Buy stock

            D Offline
            D Offline
            DaveyM69
            wrote on last edited by
            #5

            Mobile apps are much the same as any ordinary app and C# will do it very nicely. Not sure if you can do mobile apps on Express though - does it have the emulator?

            Dave
            BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups