Search This Blog

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.


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.