I have data that I already gathered using the loops I made in a microcontroller . Then it will go to a GUI made in Visual C#. I need those data to be accessed through the Internet. Are there any websites that cater C# well enough? How can I upload information through the internet using visual studio? Please enlighten me.
After that, I am quite confused in what method to use so that I can upload the files and access them, like what syntax to use and such.
Last thing, I also wanted to know if I know a specific IP address of a free webhosting site (for example, 000webhost), does it mean that I can use the Parse method of C# and access it? Thank you.
P.S. I just need to upload an array/table of data through the Internet that can be accessed by multiple clients.
After that, I am quite confused in what method to use so that I can upload the files and access them, like what syntax to use and such.
Last thing, I also wanted to know if I know a specific IP address of a free webhosting site (for example, 000webhost), does it mean that I can use the Parse method of C# and access it? Thank you.
P.S. I just need to upload an array/table of data through the Internet that can be accessed by multiple clients.
Comment