I am learning Visual Studio 2010. I want to make a webpage that shows the contents of a table in my database, and updates asynchronously as the data in the table updates. I am guessing I want to make either a "WCF Service" or a "Web Form". Am I correct?
I'm starting this application from scratch so there's no existing code I need to mesh with. Just want to get the basic functionality working. The main thing I want is to have that asynchronous update.