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



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

Answer / 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

More WCF Interview Questions

Exp wcf peer network binding type?

1 Answers  


Which are the various programming approaches for wcf?

1 Answers  


How many types of various programming approaches used for WCF?

1 Answers   Viscus Infotech,


We have already 2 hostings iis and self hosting. There is another hosting ie was hosting. What is the use of the was(windows activation service) compared to other hosting?

1 Answers  


What are different elements of wcf services client configuration file?

1 Answers  


what are the MEPs available in WCF?

1 Answers  


Describe the wcf architecture?

1 Answers  


Elucidate on the various contracts in wcf?

1 Answers  


How to host WCF Self-Hosting?

1 Answers   QuestPond,


How to set the timeout property for the wcf service client call?

1 Answers  


What are the different bindings supported by wcf?

1 Answers  


What are WCF contracts?

1 Answers  


Categories