Friday, July 4, 2014

WCF SERVICE WITH TCP

Service application
Add a reference first
System.serviceModel


And select console application and write the following code







Write the following code in Job.cs



Run the service application now.



Client Application




Run the service and the client application and see the output


No comments:

Post a Comment

Thank you for visiting my blog

Kubernetes

Prerequisites We assume anyone who wants to understand Kubernetes should have an understating of how the Docker works, how the Docker images...