Related resources for remote object
  • Remoting Technology: Distributed Computing4/18/2024 1:27:32 PM. Remoting technology facilitates distributed computing, enabling seamless communication between processes or applications across a network. It employs protocols, marshaling, and proxies to facilitate r
  • Remote Sensing and Remote Control over the Internet with GP-3 Board 1/14/2021 11:16:49 AM. In this article we will revisit the GP-3 board (which we have employed in a few other hardware projects on C# Corner) and use the GP-3 to measure temperature in a remote location.
  • .NET Remoting: The Simple Approach9/30/2012 2:35:09 AM. .NET Remoting provides a powerful and high performance way of working with remote objects. Architecturally, .NET Remote objects are a perfect fit for accessing resources across the network without the overhead posed by SOAP based Web services.
  • .NET Remoting: The Interface Approach9/30/2012 2:33:35 AM. .NET Remoting provides a powerful and high performance way of working with remote objects. Architecturally, .NET Remote objects are a perfect fit for accessing resources across the network without the overhead posed by SOAP based Web services. .NET Remoting is easier to use than Java's RMI, but definitely more difficult than creating a WebService. In this article, we will create a remote object, and access this object using the Interface.
  • Working with Remote Objects in C#9/30/2012 2:30:39 AM. This article shows how to create a remote server and MDI window Remote Client using remote object. The remote server can be used as Auction Server and Real Time Data and Information Server.
  • Remote Object Lifetime in .NET9/29/2012 5:42:41 AM. In this article I will explain you about Remote Object Lifetime.
  • Remote Objects in C#: Part II2/16/2011 4:32:59 PM. This article shows how to create a remote server and MDI window Remote Client using remote object.
  • Remote Objects: Part II1/5/2006 3:44:13 AM. This article shows how to create a remote server and MDI window Remote Client using remote object. The remote server can be used as Auction Server and Real Time Data and News Server.
  • Remote Objects: Part I12/26/2005 6:22:30 AM. This demo shows how to create the remote objects with callback functions and use them in the window host.