Monthly Archives: April 2009

Desktop Viewer (C# / WCF) Video

The best way to get a feel of the desktop viewer that we are developing is to watch it in action. I used CamStudio to capture the video. What you will see is a side by side display of the … Continue reading

Posted in .net, Remote Desktop, WCF, WIN32, c# | Leave a comment

Fastest Screen Capture using C# – VISTA vs WIN7

Update: I recently installed Windows Version 7 RC and perceived a performance increase (more frames per second) in the Remote Desktop Viewer. I thought I would recapture the performance numbers and compare Vista to Win 7 (both Ultimate versions). To … Continue reading

Posted in Remote Desktop, VISTA, WIN32, WIN7, best practice, c# | Leave a comment

Create a Remote Desktop Viewer using C# and WCF

I have wanted to create some code that utilizes a Windows Communication Foundation service for quite some time. This blog will introduce a “remote desktop” service. The purpose is to create something that may have a use later and at … Continue reading

Posted in Remote Desktop, WCF, c# | 10 Comments

Dual Monitor Upgrade

I really like the work flow of having dual monitors. I used to like one big monitor, and had a difficult time getting over the gap between the two monitors. After using dual monitors for over a year now at … Continue reading

Posted in hardware | Leave a comment

Application Logging – Effectively use a logging framework.

Why add logging to your application? At some point an application may require information to be logged. There are many reasons why you may want to add logging to your application. A few are: Exception, Error, Debug Logging – This … Continue reading

Posted in .net, best practice, c# | 2 Comments