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\'
Not sure about WPF, but in WinForms, there's a Timer control for this. If there isn't one, one way is the following loop: