What does a WCF Service Library do that a regular class library doesn't?
Edit: I posted my own answer. Am I missing anything? Are they fundamentally both just class libraries with a few template classes added?
|
What does a WCF Service Library do that a regular class library doesn't? Edit: I posted my own answer. Am I missing anything? Are they fundamentally both just class libraries with a few template classes added? |
|||||
|
|
I created both and compared. This is what I found. WCF Service Library
|
||||
|
|
|
It also runs the WCF Service Host utility on F5. The This gives you a pretty good F5 experience. Set breakpoints in your service, hit F5, use the Test Client to invoke your service operation, and your breakpoints will be hit. |
|||||||||
|
|
I have tested in VS 2010 project, using class library as WCF Hosting type, but it fails to generate wsdl or proxy classes. WCF project is different than normal class library, because it adds many dlls in solution/project references and also it adds (Service1.svc) template, which you need to deploy in IIS server and to create 2 output files using svcutil.exe. |
||||
|
|