Suggestions for Single-Page Web Application Design?
Posted
by DaveDev
on Stack Overflow
See other posts from Stack Overflow
or by DaveDev
Published on 2010-03-27T14:57:32Z
Indexed on
2010/03/27
15:03 UTC
Read the original article
Hit count: 482
best-practices
|web-development
|web-applications
|asp.net-mvc
|object-oriented-design
My view is that unless you need to change the basic structure of the user interface, you should not have to reload the page at all for any user interactions.
I'd like to approach my next ASP.NET MVC project with this in mind. Can anyone suggest any principles, patterns or practices* I should consider?
- Excellent book, btw. Still trying to wrap my head around some of the concepts though. I thought a question like this would help link the theory to a practical design.
Thanks
© Stack Overflow or respective owner