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
What is a viewbag?
Which Is Faster MVC or ASP.net ?
What are HTTP handlers in ASP.NET?
What is Dynamic Web and discuss its usage with the help of real life examples?
What is the use of placeholder control?
what is the difference between response.write() and response.output.write()?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
What is a web pool?
How many types of session in ASP.NET
What is difference between Lambda Expression and LINQ in ASP.NET?
How to prepare culture-specific formatting in .net.
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
What is asp.net localization?
How do we assign page-specific attributes?
What is css and what is it used for?