I am new to mvc4. I have to implement something like Timer OnTick event in asp.net forms. i.e. I want a method to check particular database entry after every 10 seconds and if entry is found, send it to view or something else.
Please give me some idea to implement this.