Friday, April 29, 2011

.NET/ASP.NET Interview Question - Can you define remoting?

Answer:
Remoting is a .NET technology where we can invoke objects which are lying on different server or different geographical location.

Below is the diagram shows the concept of Remoting.







In the above diagram, a client which is located in India want to access object
of .NET class from the server which is located in US, So this can be done by
Remoting.

Please click here to see more .NET/ASP.NET interview questions
Regards,
Visit Authors blog for more .NET/ASP.NET interview questions

No comments: