I am creating a Windows application that will run on Windows 2012r2 and will soon be ported to newer servers.
This application will be launched from the task scheduler and launched several times a day.
It will start, check the file system and, based on what it finds in the file system, update the database.
I want it to start even when the user is not logged in.
I do not want it to display a console window during its launch, because I have inherited some applications that do this, and it is rather annoying.
I will write it in C #.
In Visual Studio 2017, what type of project to choose?
- Empty application
- WPF application
- Console Application (.NET Core)
- Console Application (.NET Framework)
- Other?
Windows, , , , Visual Studio 2017, .
[EDIT] Console App (.Net Standard) (.Net Framework), Standard . , .