4

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?

Iternity
  • 872
  • 3
  • 12
  • 27

4 Answers4

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
0

We are using ExtJs for that.

ExtJs get all required data from MVC Controllers via JSON.

Dima Pasko
  • 1,170
  • 12
  • 20