DuraSoft
.NET-79
Quiz Time
•What is a delegate in .NET?
•
•Process of packaging req. in distributed computing?
•
•What is used for marshaling/wire protocol in web services?
•
•What is SOAP?
•
•What is used to describe and expose a web service?
•
•Attribute used to make a method a web method is _________.
•
•Rich client communicates with web service using _________?
•
•By nature, as far as state goes, a web service is  __________?
•
•For each web method, how many methods are in proxy?
•
•What .NET concept is used in registering an asynch call back?
encapsulation of a function pointer
marshaling
XML
Simple Object Access Protocol
WSDL
WebMethod
proxy
stateless
Three
delegate