IPC Mechanisms in C# – Usage and Best Practices

Most recent Microsoft’s stuff in IPC is Windows Communication Foundation. Actually there is nothing new in the lower level (tcp, upd, named pipes etc) But WCF simplifies IPC development greatly.

Useful resource:

and of course MSDN on WCF

Leave a Comment