adspace


What is difference between WCF service application and WCF service Library?

Answer Posted / Yachana Sharma

WCF Service Application is a full-featured project template provided by Visual Studio that contains all necessary configurations, classes, and files to host and consume WCF services. On the other hand, WCF Service Library is just a class library containing service contracts, data contracts, operation contracts, and service implementations, which can be used within WCF service application or any other .NET application.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different elements of wcf srevices client configuration file?

906