I'm new to C#, so apologies if this question is too simple. But I'm trying to create an app (for other users) in Winforms (or any other UI framework) that allows the user to schedule certain tasks, and these scheduled tasks should run after the user closes the window or restarts their computer. I plan on using Quartz.NET to schedule.
Is this doable, and if so, how?
From what I have seen (e.g. here and here), it seems doable, although I'm concerned these pieces of advice are outdated.
Also, can you point me to some beginner tutorials other than the ones on the quartz-scheduler.net? Quartz.NET seems to be quite niche, so I'm not seeing many sources.
Many thanks.