In this article I'm going to explain how we can write a WCF service and invoke it on to the client side.
I am making a simple application where a WCF service returns the information about leaders which are stored in database.
Note: In this demonstration I am only using default settings of WCF , many other important aspects of WCF like instance management, concurrency management, transaction etc… that are used extensively in real live projects will be demonstrated in subsequent articles . Here we will see how we can write a very basic WCF service and invoke it.
[More]