I'm very familiar with using WebAPI to respond to incoming HTTP requests but now I have a new requirement and I'm not really sure where to start.
What I would like to do is to have my application once deployed to the cloud, establish a connection to a database and update a column every minute. The code needed to establish the connection and update the column is easy but my question is, where could I put this code? Is there some part of a normal ASP.NET WebAPI such as one of the start files where I could code this and how/where could I put a function call?