Search This Blog

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.