6
votes
5answers
1k views
WPF .NET Best way to trigger an event every minute
I have an app that needs to check a database table every minute. The table is indexed by the time of day and so the app needs to run this check every minute.
What's the best of way of doin …
