NAVmoble - the pocket-sized ERP
Optimized for Microsoft Dynamics NAV and Windows Mobile powered devices

Sunday, June 18, 2006

Interprocess Communication with the .NET Compact Framework 1.0

To implement IPC in a .NET Compact Framework 1.0 application, a number of options are available:

  • Named events

  • Windows messages

  • Point-to-point message queues

  • TCP sockets

  • Memory mapped files

  • Registry

  • File system

  • Database



See the original article.

3 comments:

The Moth said...

Isn't the similarity amazing :-)

http://www.danielmoth.com/Blog/2004/09/ipc-with-cf-on-ce-part-1.html

Ruslan Trifonov said...

Or may be I've just memorized your post long time ago. Your blog is in my hit list ;-)

The Moth said...

...and clearly in the hit list of the author of that article :-D