Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What's the difference btw the following methods in .NET
remoting?

RegisterWellknownServiceType()
RegisterWellknownClientType()
RegisterActivatedServiceType()
RegisterActivatedClientType()



What's the difference btw the following methods in .NET remoting? RegisterWellknownService..

Answer / anil kumar mudajja

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 2 No

Post New Answer

More Dot Net Remoting Interview Questions

What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?

0 Answers  


Define singlecall activation mode in .net remoting?

0 Answers  


What?s Singleton activation mode?

3 Answers  


How can you automatically generate interface for the remotable object in .NET with Microsoft tools?

1 Answers   Tavant Technologies, TCS, Tech Mahindra,


What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?

0 Answers  


How to directly call a native function exported from a dll?

0 Answers  


How can you debug failed assembly binds?

1 Answers  


What are the ways to configure remoting objects before client can use them?

0 Answers  


What are dynamic assemblies?

0 Answers  


What is the difference between authentication and authorization ?

7 Answers   Digital GlobalSoft, Qatar University,


What are remotable objects in .NET Remoting?

2 Answers  


Can you have two files with the same file name in GAC?

2 Answers  


Categories