H
henry.lee.jr
I have seen a number of articles out there on hosting a WCF service in
[x] or [y], but I am curious if anyone has any best practice
suggestions for creating a WCF Service that runs as a Windows Service,
and having a GUI that can communicate with it (send it information and
fetch information).
Essentially I want to create a Windows Service (starts on machine
boot, etc.) that has a timer and executes a series of functions
continuously. The good news is that I have this working already.
I'm realizing now that checking event logs, log files and/or database
records to see what this thing is up to isn't exactly "user friendly".
Users will want a GUI of some sort to let them visually see that it's
running, and also see some statistics about HOW it's running
(performance times, database connectivity, last run, etc.).
What's the best practice to make this happen?
Thanks!
[x] or [y], but I am curious if anyone has any best practice
suggestions for creating a WCF Service that runs as a Windows Service,
and having a GUI that can communicate with it (send it information and
fetch information).
Essentially I want to create a Windows Service (starts on machine
boot, etc.) that has a timer and executes a series of functions
continuously. The good news is that I have this working already.
I'm realizing now that checking event logs, log files and/or database
records to see what this thing is up to isn't exactly "user friendly".
Users will want a GUI of some sort to let them visually see that it's
running, and also see some statistics about HOW it's running
(performance times, database connectivity, last run, etc.).
What's the best practice to make this happen?
Thanks!