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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Sending messages over LAN

Sending messages over LAN

Scheduled Pinned Locked Moved C#
xmlquestionlounge
6 Posts 5 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.
  • J Offline
    J Offline
    jeweladdict
    wrote on last edited by
    #1

    I'm trying to create a restaurant point of sale system that has the ability to send messages (xml files) over a LAN. Basically I would like to send orders from a front desk/dining area to the kitchen. Can someone please point me in the general direction of what to look up in order to do so? I'm not familiar with LAN stuff at all... Thanks

    R B R L 4 Replies Last reply
    0
    • J jeweladdict

      I'm trying to create a restaurant point of sale system that has the ability to send messages (xml files) over a LAN. Basically I would like to send orders from a front desk/dining area to the kitchen. Can someone please point me in the general direction of what to look up in order to do so? I'm not familiar with LAN stuff at all... Thanks

      R Offline
      R Offline
      Robert Rohde
      wrote on last edited by
      #2

      Hi, .NET Remoting[^] should be a good start. Robert

      J 1 Reply Last reply
      0
      • R Robert Rohde

        Hi, .NET Remoting[^] should be a good start. Robert

        J Offline
        J Offline
        jeweladdict
        wrote on last edited by
        #3

        thank you sir :)

        1 Reply Last reply
        0
        • J jeweladdict

          I'm trying to create a restaurant point of sale system that has the ability to send messages (xml files) over a LAN. Basically I would like to send orders from a front desk/dining area to the kitchen. Can someone please point me in the general direction of what to look up in order to do so? I'm not familiar with LAN stuff at all... Thanks

          B Offline
          B Offline
          Blekk
          wrote on last edited by
          #4

          I totally agree, because someone said, how do I create a text editor it made me actually think about making one myself, and by asking specific questions, I got specific answers. So, yeah do not just ask for something. Analyze the problem, think about what you want it to do, try and figure things out (Microsoft Visual C# 2005 is great for this, if you hover over functions) then if you still have no idea, post a specific question.

          1 Reply Last reply
          0
          • J jeweladdict

            I'm trying to create a restaurant point of sale system that has the ability to send messages (xml files) over a LAN. Basically I would like to send orders from a front desk/dining area to the kitchen. Can someone please point me in the general direction of what to look up in order to do so? I'm not familiar with LAN stuff at all... Thanks

            R Offline
            R Offline
            Roman Rodov
            wrote on last edited by
            #5

            mmmm buddy, I think you should really be using a database, instead of "sending" orders to the kitchen :)

            1 Reply Last reply
            0
            • J jeweladdict

              I'm trying to create a restaurant point of sale system that has the ability to send messages (xml files) over a LAN. Basically I would like to send orders from a front desk/dining area to the kitchen. Can someone please point me in the general direction of what to look up in order to do so? I'm not familiar with LAN stuff at all... Thanks

              L Offline
              L Offline
              lmoelleb
              wrote on last edited by
              #6

              WCF (or if you have to use old stuff: a WebService). Remoting is a posible solution if you want to add complexity and remove flexibility. The database is obviously something that could be used on the server (kitchen side in your example I guess), though for a small test example storing XML will probably do. If you use a database, access it from business logic on the server side, do not access it directly from the client side.

              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