1. Web services are components that provide functionality via the internet using HTTP protocol.
2. Which of the following way is used for handling lifetime for remoting objects?
3. When remoting clients has to share the same data, which architecture should be used?
4. In which type of remote object creation mode in .NET, the object is created with every method call thus making the object stateless.
5. What is the file extension of web services?
6. Which config file has all the supported channels/protocol supported by .Net?
7. Which of the remoting model is stateful in nature?
8. How do we call methods in remoting Asynchronously in .NET?
9. Which of the following is used to club or group common services together on a server and provides links to the schema documents of the services?
10. Which class does the remote object has to inherit?