IPC Mechanisms in C# - Usage and Best Practices

前端 未结 6 1989
南笙
南笙 2020-11-22 12:58

I have used IPC in win32 code a while ago. [Critical sections, events & semaphores]

How is the scene in .NET enviroment? Are there any tutorial explaining all av

6条回答
  •  余生分开走
    2020-11-22 13:51

    There is also .NET Remoting, which I found quite cool, but I guess they are obsoleting it now that they have WCF.

提交回复
热议问题