Calling MVC Controller On Periodic Basis in JavaScript
Here is a business use case I am trying to address. After a web page is loaded, I need to make a server call every so often and make certain parts of the web page visible or hidden based on server call results. In my case I am checking the state of the object in …
Continue reading ‘Calling MVC Controller On Periodic Basis in JavaScript’ »