single page application with MVC 4

那年仲夏 提交于 2019-12-12 00:59:08

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/16919981/single-page-application-with-mvc-4

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!