I recently posted on an application that was able to monitor the desktops of multiple remote computers. The network topology is shown below. Notice that the remote computers (User 1-6 below) and the Monitoring Station are behind
web service Archive

Polling Based Message Bus For ASP.NET Web Services
I have a client / server application where the server is an ASP.NET web service and the client is a WinForm application. There will be multiple clients and they will be deployed behind the firewall of the

Photo Gallery – A modal Silverlight login user control.
A common task in any application is to present the user with a modal dialog to gather additional information. The photo gallery uses a dialog of this type to allow the collection of login information. The following

Photo Gallery – Silverlight Film Strip
I have done 10 posts in the past building up a photo gallery. The following summarizes some of those past blogs: Roadmap & Requirements – A description of the requirements for the project. Most important was that

Photo Gallery – jQuery Release
My initial goal of using jQuery was to leverage the library to enhance the photo gallery user experience. Along the way, I decided to use AJAX to remove all page post backs (except the first one of

ASP.NET UserControl in an ASMX Service
In my Photo Gallery project I have been looking for a way to remove all post backs and utilize AJAX calling web services to update content. I was having a difficult time moving a static page method