How do you implement distributed applications in .NET? - .Net Remoting

How do you implement distributed applications in .NET?

- .NET Remoting and ASP.NET Web Services.
- Classes for the same are in System.Runtime.Remoting and System.Web.Services.
Define proxy in .NET Remoting. - Remoting.NET
.Net Remoting - Its a fake copy of the server object that resides on the client side and behaves as if it was the server.....
Define remotable objects in .NET Remoting - Remoting.NET
.Net Remoting - Remotable objects are the objects that can be marshaled across the application domains.....
Define SingleCall activation mode in .Net Remoting. - .Net Remoting
.Net Remoting - If the server object is instantiated for responding to just one single request....
Post your comment