Search This Blog
Saturday, May 17, 2014
WinForm Application as Service
Simple example showing WinForm application as a service. It also shows how to set the threading model so that Eneter dispatches messages in main UI thread.
Sunday, May 11, 2014
HTML5: Request-Response Communication Using WebSockets
Simple example showing request-'multiple response' communication between HTML5 JavaScript and .NET using the WebSocket protocol.
Saturday, May 3, 2014
HTML5: Real-Time Push Notifications from .NET Application
Simple example showing publish-subscribe scenario between HTML5 JavaScript and .NET without using polling or long-polling mechanisms.
Friday, April 25, 2014
Eneter JSON Serializer for Java
Implementation of JSON serializer that can be used with Eneter Messaging Framework for Java.
Sunday, March 23, 2014
Remote Procedure Calls between Android and .NET
Simple example showing Remote Procedure Calls between Android and .NET based on TCP.
And few words about RPC vs. Messaging.
And few words about RPC vs. Messaging.
Sunday, December 15, 2013
Native C++: How to communicate with .NET application
Simple example showing how to implement the interprocess communicate between an unmanaged (native) C++ application and a managed .NET application using Eneter Messaging Framework.
Monday, August 26, 2013
Windows Security Wiki
A useful summary about Windows Security.
Wednesday, August 14, 2013
Protocol Buffers Serialization in .NET Communication
Using Protocol Buffers is much faster than BinaryFormatter. This is a short example how to use Protocol Buffers serialization for the communication between .NET applications.
Monday, August 12, 2013
Android: Fast Communication with .NET Using Protocol Buffers
Improve the performance of interprocess communication between Android and .NET using fast binary serialization (Protocol Buffers) instead of XML or JSON.
Thursday, July 4, 2013
How to Design Interprocess Communication
There are many aspects and possibilities that must be considered when designing the interprocess communication. E.g. which communication protocol or transportation mechanism shall be used, how to serialize data, what is the communication behavior, what to do if the connection is broken, etc.
This article will discuss the communication between processes and will try to provide a guide how
to consider various aspects and possibilities when designing the communication between processes.
This article will discuss the communication between processes and will try to provide a guide how
to consider various aspects and possibilities when designing the communication between processes.
Sunday, April 28, 2013
Digital Signature
Summary: A short explanation what is digital signature and how it works.
Saturday, March 23, 2013
Synchronous Client Service Communication
Summary: Example showing how to implement synchronous request-response communication between applications.
Saturday, March 9, 2013
How to add Eneter Library into Android Project
Summary: Step-by-step procedure showing how to add Eneter library into your Android project in Eclipse.
Tuesday, February 12, 2013
Eneter Messaging Framework 5.0
Summary: Brief overview about Eneter 5.0 functionality.
Labels:
.NET,
Android,
Communication,
Compact Framework,
Java,
Mono
Saturday, November 10, 2012
Server Exposing Services via one IP Address and Port
Summary: Simple example showing how to implement a server exposing multiple services via one IP address and port.
The communication is realized via TCP and the implementation is provided for .NET and Android.
The communication is realized via TCP and the implementation is provided for .NET and Android.
Sunday, October 21, 2012
Using fastJSON serializer with Eneter
Summary: Simple example showing how to use custom serializers for interprocess communication.
Sunday, October 7, 2012
Monday, July 30, 2012
Android: How to Receive Notification Messages from Multiple .NET Applications via Websockets
Summary: Simple example showing how an Android application can subscribe to receive notification messages from multiple .NET applications using Websockets.
Wednesday, July 4, 2012
Eneter Messaging Framework 4.1
Summary: Eneter supports communication via Websockets.
Sunday, March 4, 2012
Android: How to communicate with .NET application via TCP
Summary: Simple example showing how to communicate between Android and .NET application.
Subscribe to:
Comments (Atom)