Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
Can any one help me build a Client Server Application which is able to communicate over Internet. I do not want to send receive simple string messages. I want to send and receive custom business object. I need asynchronous Two way communication
Posted

1 solution

If you want to implement your client in web browser then SignalR is your friend :-)
Check that : https://github.com/SignalR/SignalR[^]

otherwise look at System.Net.Remoting
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900