What r the remotable objects.
and how u make an application remotable
Answer Posted / 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 View All Answers
Apart from IDE what are the enhancements in asp.net 2.0?
What are session state modes?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
What is webresource axd?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
Can you nest updatepanel within each other?
What is strong-typing versus weak-typing?
What is autopostback in dropdownlist in asp net?
In a Repeater control how one can provide an alternating color scheme ?
List the asp.net validation controls?
What is autopostback true?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
What is the use of execute non query in asp.net?
Define application state variable and session state variable?
What is the use of the tag in the web.config file?