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

Python -3

  Lists It is used to store Collection of data. Lists are created using square brackets: List Items Order cannot be changed. It can have dup...