I developed this project/tutorial, to implement a WCF Service with a method (named MyMethod...it's much better than HelloWorld ;-) ) with a complex input/output data (see ...
This demo intends to provide basics of creating a WCF service in C#, hosting it via Windows Service, consuming it from a console application. It also provides steps to connect your application to a DB ...