What is difference between WCF Service application and WCF service library?
Abhishek Tyagi
WCf Service application - Hosted using svc file under IIS WCF Service Library - Only contains the Service logic but needs a hosting environment.