开发者

When do we need to use .NET Remoting?

When do we need to use .NET Remoting? What is the Serialization usage in .NET Remoting开发者_StackOverflow社区?


If you need to remotely and transparently call functions. Serializable objects must be used as arguments because they need to be reconstructed on the other side of the line.


.NET Remoting is used for communication between diffrent AppDomains or Contexts in a .NET Process or you can use it for communication between two .NET Processes.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜