is it possible that i make a program that was developed with c# for dekstop accessible online?
If so how?
1
Expert's answer
2013-11-05T10:13:27-0500
If there are two applications you want to interact online use one application as a server and connect to it using "new TcpClient();" on another one providing the ip address of server application to connect.
Comments
Leave a comment