write a example for remoting (code)

Answer Posted / arunkumar thimma

public class CommonClass : MarshalByRefObject
{

public string FirstName;

public string LastName;

public string GetWelcomeString()
{
Console.WriteLine("Welcome " + FirstName + " " + LastName);
return "Welcome " + FirstName + " " + LastName;
}

}

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are static assemblies?

550


Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?

555


What does manifest consists?

541


what are the requirements to enable remote components to interact each other?

529


What are static assemblies and dynamic assemblies?

528






What are static assemblies and dynamic assemblies. Differences between them?

628


Is it a good design practice to distribute the implementation to remoting client?

502


What are the different types of channels used by .net remoting and which is the best one?

488


Which one is better WebService and Remoting ?

614


When should we choose .net remoting over .net web services?

538


Define a process?

543


Define proxy in .net remoting?

567


What are the different types of channels used by .net remoting?

516


Explain marshalling and its types in .net remoting

514


What do mean by remotable objects in .net remoting?

520