Search This Blog

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.

Sunday, March 4, 2012

Sunday, February 26, 2012

Sunday, January 29, 2012

SImple Request-Response Communication using TCP

Summary: Very simple example showing how to implement request-response communication using TCP.

Sunday, January 22, 2012

How to Implement Load Balancing to Distribute Workload

Summary: Simple example showing how to implement the load balancing if you need to increase the performance by distributing the workload across multiple services.

Sunday, October 23, 2011

Silverlight: Notification Messages from Desktop Application

Summary: A simple example showing how a Silverlight application can subscribe for notification messages from a desktop application.

Friday, October 21, 2011

Sunday, May 22, 2011

Independent Startup Order of Communicating Applications

Summary: A simple example showing how to implement the communication where the client application can start to communicate before the service application is running.

Sunday, May 15, 2011

Service Listening to TCP, HTTP and Named Pipe at the same Time

Summary: A simple example showing how to implement a service listening to TCP, HTTP and Named Pipe at the same time.

Thursday, April 21, 2011

Windows Phone 7: How to Encrypt Communication with Desktop Application

Summary: Simple example showing how to implement encrypted communication between Windows Phone 7 and standalone .NET application.

Sunday, April 3, 2011

Silverlight: How to Communicate with Desktop Application via HTTP

Summary: Simple example showing how to communicate between a Silverlight application and a standalone .NET application with using HTTP.

Sunday, March 27, 2011

Windows Phone 7: How to Communicate with Desktop Application

Summary: Simple example showing how to implement the communication from Windows Phone 7 to the standalone .NET application with using HTTP.

Eneter Messaging Framework 2.0

Summary: The second version of the lightweight framework for the interprocess communication.

Saturday, November 6, 2010

Silverlight: How to Receive Messages from Desktop Application

Summary: Simple example showing how Silverlight application can receive messages from a standalone desktop application.

Sunday, October 31, 2010

Silverlight: How to Send Message to Desktop Application

Summary: Very simple example showing how to send a message from Silverlight application to standalone desktop application.

Saturday, October 23, 2010

Multiple Publishers - Multiple Subscribers Communication

Summary: Simple example showing how to implement the communication scenario where subscribing applications can receive notification messages from more publishing applications.

Sunday, October 17, 2010

Publish-Subscribe Communication

Summary: Simple example showing how to implement a communication scenario where one application sends notifications to other applications.

Sunday, October 3, 2010

SSL Communication Between Applications

Summary:
The article shows the step by step procedure how to create the self signed certificate and how to configure the SSL connection. The example then implements the Https client server communication with using Eneter.Messaging.Framework.


Sunday, August 15, 2010

Error Handling and Diagnostic in Eneter.Messaging.Framework

Summary: The article describes the error handling behavior of Eneter.Messaging.Framework and shows how to use Debug View for the diagnostic.