- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
关闭。这个问题是opinion-based .它目前不接受答案。
想改善这个问题吗?更新问题,以便可以通过 editing this post 用事实和引文回答问题.
7年前关闭。
Improve this question
我已经使用 web 超过 7 年了,我已经从 html->ASP->ASP.Net 升级到了 ASP.Net 本身的新风格。我去年开始使用 MVC,但由于截止日期和 MVC 所涉及的复杂性,我不能。现在,再次有一个新的升级 - 我已经开始使用 ASP.Net DD(动态数据)模板(最新的模板,它为数据库表提供支架并提供列表、详细信息、编辑和删除向导)。
当我深入研究时,我了解到它基于 MVC,因此我将使用 MVC(通过 DD)来构建我的 Web 应用程序。我已经查看了很多 MVC 和 Web-Forms 之间的文章和比较视频。即使在 SO 上也有很多主题,我的抽象链接在下面的引用部分。事实上,MVC 被证明是一种更“可控”和“可扩展”的 Web 开发模式,然而,正如一些人所说,Web 表单仍然存在于它旁边(例如用于构建大量数据驱动的应用程序等。即 Sharepoint)
My web solutions are for supply-chain(user has to login to proced) and so Idon't need the features of SEO orother things useful for a typical web.To simplify, I do some inventorymaintenance (view, add/edit, delete &link) screens and a few complexscreens like parent-child Grids & sometabular layouts. The goal remains tokeep things simple yet appealing and @the core we've performance & usability(most work with least clicks)
v.good article:http://msdn.microsoft.com/en-us/magazine/dd942833.aspx
Summary of above:http://mvark.blogspot.com/2009/08/aspnet-mvc-vs-web-forms.html
http://stackoverflow.com/questions/30067/
http://stackoverflow.com/questions/361620/asp-net-mvc-vs-webforms-for-first-page-load-speed-for-big-projects/
http://stackoverflow.com/questions/712220/whats-your-choice-for-your-next-asp-net-project-webforms-or-mvc/
http://stackoverflow.com/questions/661181/asp-net-mvc-vs-webforms/
http://stackoverflow.com/questions/1035642/asp-net-mvc-vs-webforms-speed-and-architecture-comparison/
http://stackoverflow.com/questions/837831/mvc-versus-webforms/
最佳答案
I'm afraid MVC might lead to a complex\lengthy system where the flow is lengthy. Will I get lost? Is it scalable if I organize well?
关于asp.net-mvc - 抽象 : Should I choose ASP. 基于 Web 表单的 Net MVC 或,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3778455/
我是一名优秀的程序员,十分优秀!