How WSDL is stored ?
WSDL is an XML format for describing network services as a
set of endpoints operating on messages containing either
document-oriented or procedure-oriented information. The
operations and messages are described abstractly, and then
bound to a concrete network protocol and message format to
define an endpoint. Related concrete endpoints are combined
into abstract endpoints (services). WSDL is extensible to
allow description of endpoints and their messages
regardless of what message formats or network protocols are
used to communicate, however, the only bindings described
in this document describe how to use WSDL in conjunction
with SOAP 1.1, HTTP GET/POST, and MIME.
| Is This Answer Correct ? | 4 Yes | 4 No |
Explain constructor.
What are the contents of assembly?
Explain about major components of the .NET framework.
what is the difference between early binding and late binding in .net?
What are the deferred execution and the immediate execution in linq?
What is the advantage of packaging over xcopy in .net?
Is it true that objects don't always get destroyed immediately when the last reference goes away?
In code behind class, name the type of code found. Is it the server side code or client side code?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
What is difference between static page and dynamic page?
What is meant by globalization?
Difference between assembly manifest & metadata