-1

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
  • 1
    Which OS does this relate to? There's more than one OS where the C# language is used. Commented Nov 26, 2017 at 14:50

1 Answer 1

0

Deploy your application as window service. This service can be configured to start with OS boot.

Sign up to request clarification or add additional context in comments.

2 Comments

thank u @Rahul Garg but how can i do that . Is there a code for example?
You can use window service template in visual studio. For reference, follow the link: learn.microsoft.com/en-us/dotnet/framework/windows-services/…

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.