Monday, April 1, 2013

Contents of a WCF Service Library


WCF Service Library
  • adds references to System.Runtime.Serialization and System.ServiceModel. does not contain a reference to System.Data.DataSetExtensions as the Class Library does.
  • contains sample service classes IService1CompositeType and Service1
  • adds app.config with a wsHttpBinding and a mexHttpBinding service endpoint
  • adds /client:"WcfTestClient.exe" as a debug command line option in the project properties
  • adds a WCF Options tab in the project properties. This tab contains an option to start a WCF service host when debugging another project in the same solution
  • enables a Sign the ClickOnce manifests option in the Signing tab of the project properties. this option is disabled in the Class Library

No comments:

Post a Comment

 using Microsoft.AspNetCore.Mvc; using System.Xml.Linq; using System.Xml.XPath; //<table class="common-table medium js-table js-stre...