Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / IPC

IPC

IPC

Great Reads

by honey the codewitch
Creating an application that can run once, but then accept command line args from subsequent runs
by Andy Galluzzi
Join me to create the most advanced yet most simple to use full duplex MMF based IPC for Windows
by Ondrej_Uzovic
Improve the performance of interprocess communication between Android and .NET using fast binary serialization (Protocol Buffers) instead of XML or JSON.
by pdoxtader
A simple and convenient wrapper class for Anonymous Pipes in C# using serialization.

Latest Articles

by honey the codewitch
Creating an application that can run once, but then accept command line args from subsequent runs
by Andy Galluzzi
Join me to create the most advanced yet most simple to use full duplex MMF based IPC for Windows
by Ondrej_Uzovic
Improve the performance of interprocess communication between Android and .NET using fast binary serialization (Protocol Buffers) instead of XML or JSON.
by pdoxtader
A simple and convenient wrapper class for Anonymous Pipes in C# using serialization.

All Articles

Sort by Score

IPC 

by honey the codewitch
Creating an application that can run once, but then accept command line args from subsequent runs
by bvinothraj
C++ Wrapper for Pipe-based IPC in Windows
by Mr Nukealizer
Ideal for finding LoadLibrary() in 32 bit programs from a 64 bit program but it works for any function in any DLL and supports forwarded functions and ordinals.
by ThatsAlok
IPC using memory mapped file in managed VC++
by ThatsAlok
Simple tip and trick for Mail Slot
by Ivan Perevernykhata
This article introduces tiny library, that allows easily use IPC with C# (share objects, send messages and exchange data in few lines of code).