c# Archive

Monitored (Watchdog) Asynchronous Process in C#

I have a requirement that I need to know if a long running process is still alive or not. If a process is no longer alive (it is hung, crashed, or is in an infinite loop) then

Send Email Programmatically On GoDaddy

I have had a difficult time getting dasBlog to send emails on my GoDaddy account. I have not been able to figure out the configuration required to get it to work. I also wanted to have a

Add Simple Tracking To dasBlog Entries

I was looking for a built in method to display the number of times a particular blog entry had been viewed in dasBlog. After spending some time looking at the API on-line and combing through the source

Multiple Remote Desktop Viewer (C# / WCF)

Update: Many people have asked me to post the source code for this project. The code posted below is in a ‘prototyping’ phase. So code may not follow best coding standards and will be in severe need

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

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

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

Geolocation via Reverse IP Address Lookup

From wikipedia, “Geolocation is the identification of the real-world geographic location of an internet connected computer, mobile device, website visitor or other.” In other words, geolocation utilizes a mapping of IP address to physical location (country, region,

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