Click here to Skip to main content
15,902,492 members
Articles / Programming Languages / C#

How to Implement Service Receiving Requests via Messages

Rate me:
Please Sign up or sign in to vote.
4.50/5 (2 votes)
4 Aug 2010CPOL2 min read 13.6K   8  
The example in the article implements the service application Calculator. This service application listens to request messages and calculates numbers (summation, subtraction, multiplication and dividing). The result is then sent back to the client as the response message.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Slovakia Slovakia
My programming path started in 1987 when I got my first computer Sharp MZ-800.
It came with 8 bit CPU Z80, 64Kb RAM and the tape recorder. It was a great machine. I think I still have it somewhere.
I was fascinated and I started to write first programs. Eventually I became developer and software architect. I like innovations and clean nice solutions.

Comments and Discussions