Connecting multiple computers with C#? How?
It's my first time creating an Inventory Management System that involves multiple computers (3 computers to be exact) Are there any things that I should look out for? And how do you even implement these type of systems? I don't have any experience in creating a system that involves 2 users. I have tried asking my Professors but they have just told me vague stuffs that really sound correct but I don't have any idea how I should do it. If someone can help me, thank you!
Requirements (that I perceive):
Requirements (that I perceive):
- There is going to be a master database that the system is latched onto
- When Computer A inputs something, Computer B and C gets it too.
- When the internet goes off for Computer A, Computer B and C are still functional and then when the internet is restored Computer A gets the changes automatically
- When the internet goes off for Computer A, Computer A can still be used (like saving data) and once the internet/connectivity goes back online sends the data to master database automatically.