I just saw this video here: http://www.youtube.com/watch?v=vs8-l2Uo1cQ

And i got cuple of questions. I am about to develop quite a complex web site with alot of reporting data(like diagrams) and more, before i saw this video i was certanly sure that i am going to use MVC 4 forms authentication solution. But right now i am conserned. Is singel Page application suitebale for complex solution? or is it only suitable for simple portfolio websites?

No hate, its probably a stupid and obviouse answer to this question, but i am new to SPA

有帮助吗?

解决方案

Yes. ASP.NET MVC 4 suitable for complex single-page solutions. I personally have used it when building large financial applications.

You might also want to check out Web API (which comes bundled as part of ASP.NET MVC 4) which is even better suited for single-page applications.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top