What are the most important things not to forget or consider when creating a single page app(completely ajax depended) in general? Or any specific consideration on MVC?
Asked
Active
Viewed 2,378 times
4 Answers
0
DURANDAL Startkit is a good way to start. Its has MVVM pattern and we can use it with Visual Studio.
Also, Stephen Walther make a good post about security issues. http://stephenwalther.com/archive/2013/03/05/security-issues-with-single-page-apps

Jaider
- 14,268
- 5
- 75
- 82
0
Steven Sanderson has a good series of blog posts on single page apps:
I would also recommend his Knockout framework.

devdigital
- 34,151
- 9
- 98
- 120
0
For complex projects consider js library - Backbone http://documentcloud.github.com/backbone/

alrusdi
- 1,273
- 1
- 7
- 9