Creating a c# application/windows service that runs once a day -
hi need create application runs once day. app can run @ time of day right after user login first time within day.
my question, best approach this. should create windows service or windows application this?
another requirement app must run once day no matter unless has been uninstalled.
you can use windows task scheduler.