InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Simplest defination of web services |
|
Answer» Web service is basicaly a class which contains methods and its methods is to be called by methods on other machines on another network via one of common data formats and protocols like XML and HTTP. In .NET this method calls are commonly implemented through the SOAP(Simple OBJECT Access Protocol) which is an XML based protocol and DESCRIBE how to mark up requests and RESPONSES so that they can be transferred via protocols such as HTTP. Using SOAP data is transmit in a standardized XML based format. |
|
| 2. |
Write down different components used in web services? |
|
Answer» Write down different components used in web services? |
|
| 3. |
difference between .Net Remoting and Asp.Net Web Services |
|
Answer» (1)ASP.NET Web Services Can be accessed only over HTTP but .Net Remoting Can be accessed over various protocols LIKE TCP, HTTP, SMTP etc. |
|