I have a desktop client which checks for new content on the server via ASP.NET Web API and saves it locally. something like an email client.
But I don't know exactly what is the best way to implement this, I mean I should have a controller for checking if there is new content, and then client calls another controller for downloading it, or what?
any clues is appreciated.