Error!
Success!

By tag: WindowsService

showing:  of
0
kicks

12/2007: Code that I've Blogged over the last 6 months  (Unpublished)

This is a collection of my blogs posts that include code from over the last 6 months. There's stuff ranging from a Windows Service monitor that runs in the system tray, to UrlRewriting/UrlMapping, to ASP.NET AJAX, to a JavaScript based Slideshow component, to adding iPhone style flick support to scr...


Kicked By:
Drop Kicked By:
0
kicks

Windows Services ThreadPool Hell  (Unpublished)

Overcoming issues with threadpools in windows services.


Kicked By:
Drop Kicked By:
0
kicks

Talking to a Windows Service hosting WF  (Unpublished)

What will become of a Windows Service if I attach a WCF interface to it? A Service in the SOA sense or an internal service? What if I need a publicly available service?


Kicked By:
Drop Kicked By:
0
kicks

Hosting WF  (Unpublished)

Hosting WF is easy, and there are a lot of samples available. However most samples are too simplistic for real world demands, especially when it comes to Windows Services.


Kicked By:
Drop Kicked By:
0
kicks



Kicked By:
Drop Kicked By:
0
kicks

A Windows Service Monitor that runs in the system tray  (Unpublished)

This is a small utility that monitors windows services running on the local machine. And notifies you via an icon in the system tray and a balloon popup telling you which services aren't running. You can also Start and Stop services from this utility. And it's Open Source.


Kicked By:
Drop Kicked By:
0
kicks

Creating a Rules Processing Framework - Part 1 - The Rules Provider  (Unpublished)

I will describe how to create a Rules Engine Framework using C#. It will take a few posts to describe the entire process but it's very cool and your going to want to read them all. In Part 1, I am going to describe the Rules Provider.


Kicked By:
Drop Kicked By:
0
kicks

Debugging a Windows Service using Visual Studio .NET 2005  (Unpublished)

Demonstrate how to allow Windows Services to be debugged using Visual Studio .NET 2005


Kicked By:
Drop Kicked By:
0
kicks

Creating a .NET Windows Service  (Unpublished)

The article details three different approaches to creating a .NET service. Most common is the timer-based service, which simply relies on a timer to invoke the background thread periodically. I also cover two other alternatives: using a single worker thread and using multiple worker threads. While t...


Kicked By:
Drop Kicked By: