Click here to Skip to main content
15,881,803 members
Articles / Programming Languages / C#

Remoting with GUIs

Rate me:
Please Sign up or sign in to vote.
4.85/5 (70 votes)
6 Jun 2005CPOL11 min read 269.1K   4.3K   208  
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 viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Harding University
United States United States
Frank McCown is an assistant professor of Computer Science at Harding University (Searcy, Arkansas, USA). His research interests include web crawling, search engines, digital preservation, and web archiving.

Comments and Discussions