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


Please Help Members By Posting Answers For Below Questions

Write a code for sending an email from asp.net application.

538


Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?

535


What is repository pattern in mvc.net? : asp.net mvc

522


Why do we use web config?

516


What is asp.net and ado net?

516






What do you mean by caching in asp.net?

548


What is paging in context of Memory?

648


What is the difference between pathparam and queryparam?

576


Which object wraps the state or data of a user?

543


Who can consume WebAPI?

587


What is query string?

567


How can we identify that the page is post back in asp net?

510


What are the asp.net list controls and difference between them?

512


What does mean by a neutral culture?

597


there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?

2223