How to upload data to the network from a desktop program developed in visual studio 2013 [closed]

1

I have a program developed in visual studio (windows form) with database in sql-server 2012 and I want to know if I can upload this data to a web page or website.

    
asked by Daniel Gtrrz Mntñ 01.09.2016 в 04:51
source

1 answer

0

You can use the WebClient Class, which provides common methods for sending data to or receiving data from any local, intranet, or Internet resource identified by a URI.

This class would be used in your Window application and through this it would communicate with the Web application, the latter should implement a Web Service or REST services.

    
answered by 20.12.2016 в 14:08