In .NET remoting among RemotableType, Client and Server objects which objects should be run at clien
        Posted  
        
            by shivaraj-cm
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by shivaraj-cm
        
        
        
        Published on 2010-04-05T04:37:05Z
        Indexed on 
            2010/04/05
            4:43 UTC
        
        
        Read the original article
        Hit count: 231
        
c#3.0
Hi all I am new to .net remoting. I am planning to execute an application at client side and perform operation on that application and need to return the results to server. So, I am confused which one ll do the exact task.
© Stack Overflow or respective owner