Updating Server Data Using .NET Remoting
Updating Server Data Using .NET Remoting Problem You want to update a data source using .NET remoting and use the remote application from your client application. Solution Use System.MarshalByRefObject to create a remoteable class.