I am developing an MVC application (using MVC 4 beta).
I want my site to be responsive similar to google apps which immediately show data with no page refresh showing and quick.
I am looking for a good example where data is saved to the database using ajax calls from the jquery and sending data using json.
any example relevant would be great to get my head around it
thanks