Reputation:
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
Upvotes: 1
Views: 4346
Reputation: 54117
I think you are asking three questions:
Answers:
Upvotes: 1
Reputation: 116674
Based on some of the clues you provided in your question, I think you should probably look at WCF:
http://msdn.microsoft.com/en-us/netframework/aa663324.aspx
Upvotes: 0