I search a lot about polling technique but i can't find anything about how to apply this technique in asp.net mvc. There are so many articles and documentation but most of them about php and ajax.
I want to use this technique with my project in two places,one is the tweet system like twitter and other is chat system. I'm curious what is the best way to apply this technique in MVC ? Do I have to use SignalR ? Is this the best option?
If you can give me some sample or documentation it would be great, thanks!