ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  Dot Net  >>  Dot Net Remoting
 
 


 

 
 Dot Net Framework interview questions  Dot Net Framework Interview Questions
 Dot Net Remoting interview questions  Dot Net Remoting Interview Questions
 Dot Net WindowsForms interview questions  Dot Net WindowsForms Interview Questions
 Dot Net General interview questions  Dot Net General Interview Questions
 Dot Net AllOther interview questions  Dot Net AllOther Interview Questions
Question
What's the difference btw the following methods in .NET 
remoting?

RegisterWellknownServiceType()
RegisterWellknownClientType()
RegisterActivatedServiceType()
RegisterActivatedClientType()
 Question Submitted By :: Swapna
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()
Answer
# 1
RegisterWellknownServiceType():
Method used to define and configure a remotable Object that 
needs to be Activated on server side. This takes 3 
parameter as follows:-
RegisterWellKnownServiceType( typeof( <Class/Object 
Name> ), <"SomeURI">, 
WellKnownObjectMode.Singleton/SingleCall );

RegisterWellknownClientType():
This method has to be used on the client module to 
comunicate with serve-side activated remote object. Ex:
RegisterWellKnownClientType( typeof( <Class/Object Name> ), 
<"Server Remotable Object URL"> );


RegisterActivatedServiceType():
RegisterActivatedClientType():
Similarly, the above two methods are used to define 
remotable object type as client activated.
 
Is This Answer Correct ?    0 Yes 1 No
Anil Kumar Mudajja
 

 
 
 
Other Dot Net Remoting Interview Questions
 
  Question Asked @ Answers
 
How to register a shared assembly ? Digital-GlobalSoft1
What is a Windows process?  1
What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()  1
What is the difference between authentication and authorization ? Digital-GlobalSoft5
What security measures exist for .NET Remoting in System.Runtime.Remoting?  1
What?s Singleton activation mode?  3
How can you automatically generate interface for the remotable object in .NET with Microsoft tools? Tavant-Technologies1
What is unmanaged code and will CLR handle this kind of code or not ? DELL1
What?s SingleCall activation mode used for?  1
What?s a proxy of the server object in .NET Remoting?  1
What is a formatter?  2
What?s a Windows process?  1
Can you configure a .NET Remoting object via XML file?  1
What are various types of assemblies ? TCS1
What is a strong name?  1
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?  2
What is the difference between private and shared assembly?  1
How do you register a .NET assembly? Microsoft2
Where is global assembly cache located on the system? Value-Labs2
What is UUID and GUID what is the size of this ID ? DELL2
 
For more Dot Net Remoting Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com