0. What is an application domain?
1. What is .NET Remoting ?
2. Which class does the remote object has to inherit ?
3. What are two different types of remote object creation mode in .NET ?
4. Describe in detail Basic of SAO architecture of Remoting?
5. What is the situation you will use singleton architecture in remoting ?
6. What is fundamental of published or precreated objects in Remoting ?
7. What are the ways client can create object on server in CAO model ?
8. Are CAO stateful in nature ?
9. In CAO model when we want client objects to be created by NEW keyword is there any precautions to be taken ?
10. Is it a good design practice to distribute the implementation to Remoting Client ?
11. What is LeaseTime,SponsorshipTime ,RenewonCallTime and LeaseManagerPollTime?
12. Which config file has all the supported channels/protocol ?
13. How can you specify remoting parameters using Config files ?
14. Can Non-Default constructors be used with Single Call SAO?(Twist :- What are the limitation of constructors for Single call SAO ?)
15. How can we call methods in remoting Asynchronously ?
16. What is Asynchronous One-Way Calls ?
17. What is marshalling and what are different kinds of marshalling ?
18. What is ObjRef object in remoting ?
19. What is a WebService ?