I need an alternative for Dispatcher (.net 3.0) to use for a windows service (done in .net 2.0). Can you give me some idea how to achieve something like that or point me some links?
I\'m developing a web application that needs to perform a task that consumes a lot CPU and Memory, and that also may last several minutes. In order to get a better user experience, I also developed a
I am starting development of a windows service and would like to consult the braintrust at stackoverflow before getting too far into it as to the best way to handle it.
How can I add programaticallyservice dependencies to an installed Window service ? It would really helpful, If someone suggest solution using WMI through the System.Management nam开发者_运维技巧espac
开发者_如何转开发I have a WCF service load balanced across three different machines. Let\'s say these services can process requests of types A, B, and C.There are no limits to processing A or B.Howev
I am writing a service for Windows Vista/7 which needs read/write/delete access to the registry key HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\DriveIcons
So I\'m running a Windows Service as a user.Admin rights.This service launches an EXE via Process.Start.Within the EXE, a WebBrowser control is used to navigate to a website, log in, handle all the se
All, I have been writting Windows Services for 开发者_如何转开发a while in C# deriving from ServiceBase.
Is there a way to programmatically retrieve start-up time/duration for all the Windows Services that have started during boot in Windows XP?
I created a windows service, that is supposed to check a certain table in the db for new rows every 60 seconds. For every new row that was added, I need to do some heavy processing on the server that