Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / remoting

Remoting

remoting

Great Reads

by metastruct
SFTP Files using PLINK as a process in C#
by Bruno van Dooren
Extending CComPtr for remote activation of DCOM objects on a remote server, in a convenient matter
by chain1234
Use the AppDomain to load another .NET assembly version.
by Frank McCown
This article illustrates how .NET remoting is used in a GUI environment. It illustrates how a server can reflect what is happening to a remote object that it controls. The use of synchronous and asynchronous calls is also examined along with code design improvements.

Latest Articles

by metastruct
SFTP Files using PLINK as a process in C#
by Bruno van Dooren
Extending CComPtr for remote activation of DCOM objects on a remote server, in a convenient matter
by chain1234
Use the AppDomain to load another .NET assembly version.
by Frank McCown
This article illustrates how .NET remoting is used in a GUI environment. It illustrates how a server can reflect what is happening to a remote object that it controls. The use of synchronous and asynchronous calls is also examined along with code design improvements.

All Articles

Sort by Score

remoting 

by Bruno van Dooren
Extending CComPtr for remote activation of DCOM objects on a remote server, in a convenient matter
by chain1234
Use the AppDomain to load another .NET assembly version.
by Frank McCown
This article illustrates how .NET remoting is used in a GUI environment. It illustrates how a server can reflect what is happening to a remote object that it controls. The use of synchronous and asynchronous calls is also examined along with code design improvements.
by Maxim Komlev
Example of WebBrowser customization and http/https server on localhost as engine for cross-platform application based on web technologies.