Last active
August 7, 2018 05:19
-
-
Save sin2akshay/4235709a0c09954e8f2be367fbdc07a7 to your computer and use it in GitHub Desktop.
Tutorial Links for Windows Services and Timers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Windows Service with Timer - https://www.aspsnippets.com/Articles/Simple-Windows-Service-that-runs-periodically-and-once-a-day-at-specific-time-using-C-and-VBNet.aspx | |
2. Demo VS Setup Project - https://www.codeproject.com/Articles/12548/Visual-Studio-Windows-Application-Setup-Project | |
3. Setup Project with Windows Service - https://www.codeproject.com/Articles/568476/Creating-an-MSI-Setup-Package-for-Csharp-Windows | |
4. Setup Project with Windows Service - http://cherupally.blogspot.com/2009/09/how-to-create-setup-project-to-install.html | |
5. https://www.c-sharpcorner.com/UploadFile/b7531b/create-simple-window-service-and-setup-project-with-installa/ | |
https://dzone.com/articles/create-windows-services-in-c | |
>>https://docs.microsoft.com/en-us/dotnet/framework/windows-services/walkthrough-creating-a-windows-service-application-in-the-component-designer#adding-features-to-the-service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Debugging Windows Service:
https://stackoverflow.com/questions/125964/easier-way-to-debug-a-windows-service