Search code examples
c#.nettransfer

How transfer data between 2 software in different computers


I am developing two Csharp programs and I need to transfer data of multiple tables in a program to another one which could be in a different computer with no internet connection.

What is the best method for transferring data?

EDIT (from comments):

the computers does not have internet connection, but usb-flash-drive, network, etc. are still available –


Solution

  • If it is really tables, the easiest way to go is insert the data in a SQlite Database and simply transport the file (Via netweork, USB-Stick, Punchcard, typing the hex, whatever)