Creating a Windows service with user notification in C#?
问题 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 回答1: I think you are asking three questions: How do I create a Windows Service How do I open and read data from a database How do I notify a user Answers: Example If you can use .NET 3.5 and SQL Server 2005 or 2008, I would recommend LINQ to SQL A Windows Service has no UI,