
These are series of windows communication foundation articles, in which I will show you how I learn from making a simple wcf service & then host it at iis, windows services, was & use different sort of bindings etc.I have written a simple WCF Service Library and named it EmployeeServiceLibraryI have renamed the Interface & implanted class as shown above. First I made the IEmployeeService & defined OperationContract, DataContract...