i have developed an application in C# and it works well. But my customer want it to start with the OS (in startup time). so pleas advise me how can i do that.
1 Answer
Deploy your application as window service. This service can be configured to start with OS boot.
2 Comments
FahmiMater
thank u @Rahul Garg but how can i do that . Is there a code for example?
Rahul Garg
You can use window service template in visual studio. For reference, follow the link: learn.microsoft.com/en-us/dotnet/framework/windows-services/…