I want to create Windows service in such a way :
-> It takes input database information ...
-> at completion of service it notifies user for completion of process.
How can I do this with Windows service in C#.Net?
Thanks
I want to create Windows service in such a way :
-> It takes input database information ...
-> at completion of service it notifies user for completion of process.
How can I do this with Windows service in C#.Net?
Thanks
Based on some of the clues you provided in your question, I think you should probably look at WCF:
I think you are asking three questions:
Answers: