ASP.NET 2.0 Question:
Download Questions PDF

What is .NET remoting?

ASP.NET 2.0 Interview Question
ASP.NET 2.0 Interview Question

Answer:

.NET remoting provides a framework that allows objects to interact with one another across application domains. The framework provides a number of services, including activation and lifetime support, as well as communication channels responsible for transporting messages to and from remote applications.for further info refer MSDN

Download ASP.NET 2.0 Interview Questions And Answers PDF

Previous QuestionNext Question
Explain What is an assembly?Explain Diff between Dataset and Datareader?