Tag: programming languages
Questions Related to programming languages
Windows Communication Foundation service uses the net.tcp transport. You need to ensure that when the server starts, the service starts and continues to run. What should you do?
How to define a service as REST based service in WCF?
The client applications are unable to use SSL. You need to ensure that clients authenticate by using a token provided by a Security Token Service (STS). What should you do?
You are creating a distributed application by using Microsoft .NET Framework 3.5. You use Windows Communication Foundation (WCF) to create the application. The operations provided by the WCF server use the remote resources of other computers. These methods use the credentials provided by the client applications. You need to ensure that the WCF server can impersonate the client applications to access the remote resources. Which client application settings should you use?
How can we implement transport security plus message security in WCF?
In WCF, by default which binding does support the reliable session?
Which binding does not support the message streaming?
What is the type of contract not available in WCF?
What is the utility to test WCF services?
What is the namespace is used to access WCF service?