|
|
|
|
Articles
(36)
|
|
|
Tutorials
(2)
|
|
|
Resources
(9)
|
|
|
Downloads
(0)
|
|
|
|
|
|
|
|
Welcome to Remoting section of C# Corner. In this section, you will find various Remoting related source code samples, articles, tutorials, and tips.
|
|
|
|
|
|
|
|
|
|
|
How do I pass An Object to a Server By Value?
by
Mahesh Chand
on
Apr 02, 2007
The Pass an Object to a Server by Reference section illustrated that local objects are always passed by value when you call a remote function. To demonstrate this concept, you need change the previous example.
|
How Remoting Works
by
Mahesh Chand
on
Apr 02, 2007
The .NET Remoting framework provides developers with a modern distributed object model that allows remote method invocation between different common language runtimes across the network or between different AppDomains in the same common language runtime.
|
Overview of Remoting in .NET
by
Mahesh Chand
on
Apr 02, 2007
Remoting is a framework built into the common language runtime that can be used to build sophisticated distributed applications and network services.
|
|
|
|
|
|
|
|
|
|
|
Introducing .NET Remoting
by
David Talbot
on
Oct 23, 2001
In this article, we will create a remote object that will return an Object read in from the database. I've also included an alternate object that omits the database functionality.
|
|
|
|
|
|