We have a project implemented using ASP.NET MVC 4. it is a multi page application.
We use jQuery for handling client side interactions. Now the js file has a lot of callback functions. Is there a better way to define and manage them?
Can you suggest any js library to define these callback functions and to handle the response from the server?
I have gone through backbone js and knockout js. it has been mentioned that it is extremely useful in organizing single page applications.
Would it be helpful in our project (which is a multi page appilcation) or will it cause an overhead?