Remoting and Webservices
- What is a application domain?
- What is .NET Remoting ?
- Which class does the remote object has to inherit ?
- What are two different types of remote object creation mode in .NET ?
- Describe in detail Basic of SAO architecture of Remoting?
- What are the situations you will use singleton architecture in remoting ?
- What is fundamental of published or precreated objects in Remoting ?
- What are the ways client can create object on server in CAO model ?
- Are CAO stateful in nature ?
- In CAO model when we want client objects to be created by “NEW” keyword is there
- any precautions to be taken ?
- Is it a good design practice to distribute the implementation to Remoting Client ?
- What is LeaseTime,SponsorshipTime ,RenewonCallTime and LeaseManagerPollTime?
- Which config file has all the supported channels/protocol ?
- How can you specify remoting parameters using Config files ?
- Can Non-Default constructors be used with Single Call SAO?
- Twist :- What are the limitation of constructors for Single call SAO ?
- How can we call methods in remoting Asynchronously ?
- What is Asynchronous One-Way Calls ?
- What is marshalling and what are different kinds of marshalling ?
- What is ObjRef object in remoting ?
- What is a WebService ?
- What is UDDI ?
- What is DISCO ?
- What is WSDL?
- What the different phase/steps of acquiring a proxy object in Webservice ?
- What is file extension of Webservices ?
- Which attribute is used in order that the method can be used as WebService?
- What are the steps to create a webservice and consume it ?
- Do webservice have state ?
No comments:
Post a Comment