TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About remote object
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jibin Pan (4)
Shripad Kulkarni (2)
Ajay Yadav (1)
Mike Gold (1)
C# Curator (1)
Related resources for remote object
No resource found
Remoting Technology: Distributed Computing
4/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 Approach
9/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 Approach
9/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 .NET
9/29/2012 5:42:41 AM.
In this article I will explain you about Remote Object Lifetime.
Remote Objects in C#: Part II
2/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 II
1/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 I
12/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.