Click here to Skip to main content
16,011,374 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello everybody ...
i have two C# similar applications on 2 different PC's ...
i want any one of them to call some function on the other and the other to return results (similar to rmi but with no client-server architecture but it seems like distributed one)
so what to use ?
any examples please ...
Posted

1 solution

Setup WCF communication with TCP binding across the two applications.
 
Share this answer
 
Comments
mido_h_89 29-Aug-11 6:27am    
how to ?
mido_h_89 29-Aug-11 6:31am    
and is it the best solution ?
here i should treat the messages manually ?
isn't there something like direct remote method call based on P2P ?

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