2

Are these two a good fit for each other? Is there any reference/screencast/book explaining howcome I:

  • build a primitive SPA on top of ASP.NET MVC 3/4 (any other language/framework is ok provided that next two requirements are adhered;
  • Use History API with History.js fallback;
  • Configure routes.
2
  • 1
    have you even tried to google? there are some very good complete tutorial on this, including videos from pluralsight pluralsight.com/training/Courses/TableOfContents/spa Commented Sep 17, 2012 at 11:42
  • @rouen Share your thought as an answer and I'll accept it! Commented Sep 17, 2012 at 12:19

3 Answers 3

3

There are some very good complete tutorial on this, including videos from pluralsight

http://www.pluralsight.com/training/Courses/TableOfContents/spa

Sign up to request clarification or add additional context in comments.

Comments

1

Take a look here as well:

http://tarkus.me/post/32121691785/angularjs-with-asp-net-mvc-4

Comments

1

At the end I choose the following stack to work with:

  • ASP.NET MVC 3/4;
  • require.js;
  • backbone.js;
  • Twitter Bootstrap / Zurb Foundation 3

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.