header1.html

Saturday 6 April 2013

WCF Quiz-1


WCF Quiz-1
1.To add a WCF Service, select the solution name in the Solution Explorer and select _______ from File menu.
Add / New Solution
Add / New Web Site
Add / New Service
Add / New Library


2.WCF component can be invoked by any protocol and any transport type.
True
False


3.WCF services can communicate with _______.
multiple platforms and multiple languages
only the languages included with Visual Studio .NET
XML
all programming languages


4. Data that is in _______ format can pass through many firewalls that _______ cannot penetrate.
SOAP, WCF
binary,text
text, binary
WCF, SOAP


5.The information about the names of the methods, the parameters that can be passed, and the values that are returned from the functions is controlled in some Web services by a description specified in _______.
XML
SOAP
WCF
WSDL


6. In WCF, every service is associated with a unique address.
True
False


7._______ is a popular standard that includes a set of rules for handling requests and responses including class names, method names, and parameters.
XML
WCF
WSDL
SOAP


8. WCF services can be used with other protocola ie.it is a protocol dependent.
True
False


9.Service Contract describes what operations the client can perform.
True
False


10.Message Contract defines wheather a service can interact directly with messages
True
False

Click hereto take quiz on Entity Framework.

No comments:

Post a Comment