What r the remotable objects.
and how u make an application remotable



What r the remotable objects. and how u make an application remotable..

Answer / duraikannan

MarshallByRefObject is a remotable objects. It is used to
remoting application in .net
example
Class sample : MarshallByRefObject
{

}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Difference between server.Execute and response.redirect ?

5 Answers   Accenture, Keane India Ltd,


What is a web api?

0 Answers  


what is COM Object in Dot net?

6 Answers   CTS,


You create an ASP.NET application for a hotel. The application contains a page that displays current weather conditions for the city in which the hotel is located. The application calls an XML Web service every 10 minutes to update the current weather conditions. A new page is then displayed for subsequent requests. You want the same page to be cached and retrieved from the cache during the time between calls to the XML Web service. You decide to use a Page directive to accomplish this goal. Which Page directive should you use? A . <%@ Cache Seconds="600 '' VaryByParam="Page" %> B . <%@ OutputCache Time="600" %> C . <%@ OutputCache Duration="600" VaryByParam="None" %> D . <%@ OutputCache Duration="600" %>

2 Answers   Syntax Softtech,


What are the asp.net server side objects?

0 Answers  






What are the various authentication mechanisms in ASP.NET ?

1 Answers   Digital GlobalSoft, Satyam,


What is the use of The Page.Master Property?

1 Answers  


Define page fragment caching?

0 Answers  


How to set the pane area to transparent of a scrollPane component.?

0 Answers   MCN Solutions,


What are the advantages and disadvantages of session?

0 Answers  


What is the function of the CustomValidator? a) It allows for custom C# client-side code to validate entries in a control. b) It allows for a custom mixture of validator controls to use one central control for the display of messages. c) It uses scripted client-side code to validate the entry in a control. d) It uses server-side code to validate the entry in a control.

4 Answers   ABC, Syntax Softtech, TCS,


What are validator? Name the validation controls in asp.net? How do you disable them?

0 Answers  


Categories