Click here to Skip to main content
15,886,362 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.4K   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.

Views

Daily Counts

Downloads

Weekly Counts

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