Hello everyone
Here is my problem. First time trying to make a client server application.
It would really help if someone could give me a link with an example.
mean that a server is able to receive more clients at the same time.
If you can point me where to look for examples or instructions.
I would like the client and server are be winforms.
thanks in advance
Shweta LodhaPosted Apr 1, 2014, 3:23 PM
Shweta LodhaPosted Mar 30, 2014, 7:08 AM
1) If you are using .Net 2.0 for both client and server, then you can go for .Net Remoting
2) If you are using higher version of .Net framework , then you can go for WCF. WCF has all the features, required for your requirement i.e. handling multiple requests and lot more....
3) You can host your service in Win Forms application in both WCF and Remoting