Summary: A simple example showing how to implement the communication where the client application can start to communicate before the service application is running.
Search This Blog
Sunday, May 22, 2011
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.
CodeProject
CodeProject
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.
CodeProject
CodeProject
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.
CodeProject
CodeProject
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.
CodeProject
CodeProject
Eneter Messaging Framework 2.0
Summary: The second version of the lightweight framework for the interprocess communication.
CodeProject
CodeProject
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.
CodeProject
CodeProject
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.
CodeProject
CodeProject
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.
CodeProject
CodeProject
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.
CodeProject
CodeProject
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.
CodeProject
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.
CodeProject
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.
CodeProject
CodeProject
Tuesday, August 3, 2010
How to Implement Service Receiving Requests via Messages
Summary: The example in the article implements the service application Calculator. This service application listens to request messages and calculate numbers (summation, subtraction, multiplication and dividing). The result is then sent back to the requesting client as the response message.
CodeProject
CodeProject
Thursday, July 29, 2010
Interprocess Communication
Summary: The article provides an overview about approaches for the interprocess communication.
CodeProject
CodeProject
Sunday, July 18, 2010
Silverlight: Notification Messages from the Server
Summary: The article shows how to implement receiving of notification messages from the hosting server in the Silverlight application with using Eneter.Messaging.Framework.
CodeProject
CodeProject
Sunday, July 11, 2010
Silverlight: Interprocess Communicatin from Silverlight Application
Summary: The article shows how to implement the communication between Silverlight application and some Non-Silverlight application with using Eneter.Messaging.Framework. The example shows Silverlight client invoking requests to the console application. The request can be paused, resumed or canceled.
CodeProject
CodeProject
Saturday, July 10, 2010
Silverlight: Comunication between Silverlight Applications with Typed Messages
Summary: The article shows how to use Eneter.Messaging.Framework for the communication between Silverlight applications to send typed messages (no size limitation).
CodeProject
CodeProject
Tuesday, July 6, 2010
Request-Response Communication
Summary: Simple example showing how to implement the request-response communication between applications.
CodeProject
CodeProject
Sunday, July 4, 2010
One-Way Communication
Summary: Simple example showing how to implement the one-way communication between applications.
Saturday, July 3, 2010
Eneter.Messaging.Framework 1.0
The article briefly describes Eneter.Messaging.Framework version 1.0 as a platform for the communication between applications.
CodeProject
CodeProject
Subscribe to:
Comments (Atom)