Author: Stephen Walther on ASP.NET MVC | Posted on: 9/22/2008 12:36:59 AM | Views : 1522

In this series of blog entries, I build an entire MVC Forums application from start to finish. In this entry, I create the user interface for the Forums application by taking advantage of ASP.NET AJAX client templates. I build the entire user interface for the Forums application with a single view and perform all updates to the view with Ajax calls. A page request is just an excuse for a bad user experience. We are conditioned to expect our web pages to freeze whenever we interact with a website. For example, each and every time we submit a form, we expect the browser to freeze and the clock to tick until the browser updates the page again. There is no reason to inflict this pain on the users of your web applications. By taking advantage of...(read more) ...

Go to the complete details ...