If you define additional methods in the WCF service that are not in the service contract, will it be visible to client applications ?
Select from following answers:
![]() |
Select from following answers:
Only methods which are defined in the service contract will be visible to the client applications. ![]() |
Select from following answers:
The Service.svc file specifies the name and location of the class that implements the WCF service. Visual Studio generates that file when you first create the WCF service. View Correct Answer |