Friday, January 14, 2011

Building an HTML5 App with ASP.NET

The application takes advantage of HTML5 local storage to store all of the reference entries on the local browser. IE 8, Chrome 8, Firefox 3.6, and Safari 5 all support local storage.

When you open the application for the first time, all of the reference entries are transferred to the browser. The data is stored persistently. Even if you shutdown your computer and return to the application many days later, the data does not need to be transferred again.

http://stephenwalther.com/blog/archive/2011/01/11/building-an-html5-app-with-asp-net.aspx

No comments: