



























There are some ways to reach the title issue:
webservice
Remoting
ipc(obviously, it is one of Remoting)
dataBase
SendMessage(windows API)
MSMQ(Microsoft Message Queuing)
For my Solution, I just wanna communicate between two separate applications (winform) in a machine. Also, both of the applications are using .net to develop. So I chose "ipc" and"SendMessage". I am not clear how about the MSMQ :)
As to Webservice , it is suit for multi-language, multi-platform
And Remoting is better used for network communicate in .net
The database just can share the data, but can't send message from one application to another.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。