I am creating a Windows form application in C# which gets a set of links from a remote Sql Server db and adds the links to a local text file. Now what I want to do is create an auto-update functionality so that every time a new link is added to the remote db, the app automatically picks it up and adds it to the text file or atleast alerts the user that there is an update.
What would be the best way to go about this?