Simple example showing how to call remote methods exposed by a .NET service application from Windows Phone 8.1 (Silverlight).
Search This Blog
Wednesday, July 29, 2015
Saturday, May 23, 2015
Live Video Streaming from Windows Phone 8.1
Simple example showing how to implement live video streaming from Windows Phone 8.1 (Silverlight) to a standalone desktop application.
Sunday, December 21, 2014
Communication via WiFi without an External Wireless Router
Short explanation how to configure virtual wireless router on a Windows machine and how to use it for the interporcess communication.
Sunday, December 7, 2014
Simple Authentication when Connecting Service
Simple example showing how to implement authentication when connecting a service.
Monday, August 18, 2014
Live Video from Raspberry Pi to .NET
Simple example showing how to implement video streaming from Raspberry Pi camera to a .NET application.
Sunday, June 29, 2014
Remote Procedure Calls between .NET and Java using TCP
Simple example showing RPC communication between .NET and Java.
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
Subscribe to:
Comments (Atom)