EnterBangla.BlogSpot.com
Posted: February 15th, 2009, 7:32pm CET by NakedExposer
Que:- What is .NET Remoting ?Ans:- .NET remoting is replacement of DCOM. Using .NET remoting you can make remoteobject calls which lie in different Application Domains. As the remote objects run indifferent process client calling the remote object can not call it directly. So the client usesa proxy which looks like a real object.When client wants to make method call on the remote object it uses
Full download