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