is it possible to develop client server application using c# windows form ? if yes what are the features am supposed to use
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bhushan GawalePosted Jan 16, 2015, 2:49 AM
http://www.codeguru.com/csharp/csharp/cs_misc/sampleprograms/article.php/c7695/Asynchronous-Socket-Programming-in-C-Part-I.htm
http://www.codeproject.com/Articles/845158/Develop-a-Client-Server-Based-Application-in-Cshar
Piyush PansuriyaPosted Jan 16, 2015, 2:42 AM
You have to create Two Application, One for Server and another for Client.
Use TCP Socket for connect both application.
By using this it will connect with IP & Port of computer.