Difference between MVC1 and MVC2

孤人 提交于 2019-12-22 05:28:09

问题


  1. What is the difference between MVC1 and MVC2 ?

  2. Is everything in MVC1 also in MVC2? I am asking this question because there is a debate in my place of work. We can find resources and ebooks on MVC1, but not on MVC2. Should we use MVC1 in our portal?.

  3. Is AJAX functionality implemented the same in Web Forms for MVC2 as MVC1? Are there limitations in MVC2 vs. MVC1? (Can everything that can be done with AJAX in Web Forms MVC1 be done in MVC2?)


回答1:


1) See this Doc

2) Yes.

3) Yes. MVC is a much better fit for AJAX or any client side scripting in my opinion.



来源:https://stackoverflow.com/questions/2719586/difference-between-mvc1-and-mvc2

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