由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - Webforms vs. MVC
相关主题
[讨论]Does asp.net start from the wrong foot?想换工作了。。。唉
UI 牛人给指点一下,用微软的技术如何实现这种UI的编程。感觉MVC比web form好用多了
请问大家,目前.NET业界(美国)用的最多的技术是什么?大家谈谈S.O.L.I.D.用在project上的经验教训。 (转载)
问个MVC3的问题Free Video Training: ASP.NET MVC 3 Features
请推荐一本 .net web site 的入门书.NET 何去何从
asp.net的webform和MVC有什么不同Pass passwords etc sensitive info
架构问题,我们这样的系统用什么好?Re: DotNetNuke2.04, Could you pls expla
网页制作的最高境界how to let button response 'return' key?
相关话题的讨论汇总
话题: mvc话题: webforms话题: vs话题: go话题: what
进入DotNet版参与讨论
1 (共1页)
s*******z
发帖数: 422
1
我本职工作不是编程的.一直在业余时间用 ASP.NET WebForms(C#) 做一个与自己专业
相关的网站.这个网站现在稍微有点成形了,但是面临一个问题:我是不是应该换成MVC
去进一步开发呢?哪位专家给说一说?
s***o
发帖数: 2191
2
The standard answer is: it depends. :)
What are the reasons why you are considering to switch to MVC?
s*******z
发帖数: 422
3
what does it depend on?
主要的原因就是为以后系统做大作准备,晚换不如早换。
如果用户三千,每个用户平均日访问量一小时,那个framework更适合一点?

【在 s***o 的大作中提到】
: The standard answer is: it depends. :)
: What are the reasons why you are considering to switch to MVC?

s***o
发帖数: 2191
4
I would go with MVC for extensibility and maintainability. I think it's
worth the trouble of transformation in a long run.
If the domain logic is complex enough, MVC framework is also easier to apply
popular patterns such as TDD, DDD, DI, etc.
If you want to use the HTML5/CSS3 features for richer UI, MVC is the way to
go again.
The only thing I miss from Web Forms are those third-party controls.

【在 s*******z 的大作中提到】
: what does it depend on?
: 主要的原因就是为以后系统做大作准备,晚换不如早换。
: 如果用户三千,每个用户平均日访问量一小时,那个framework更适合一点?

s*******z
发帖数: 422
5
Thank you....I will go with MVC3 then...

apply
to

【在 s***o 的大作中提到】
: I would go with MVC for extensibility and maintainability. I think it's
: worth the trouble of transformation in a long run.
: If the domain logic is complex enough, MVC framework is also easier to apply
: popular patterns such as TDD, DDD, DI, etc.
: If you want to use the HTML5/CSS3 features for richer UI, MVC is the way to
: go again.
: The only thing I miss from Web Forms are those third-party controls.

1 (共1页)
进入DotNet版参与讨论
相关主题
how to let button response 'return' key?请推荐一本 .net web site 的入门书
[合集] 我不知道.net里大家什么用得做多asp.net的webform和MVC有什么不同
恶补SP架构问题,我们这样的系统用什么好?
今年的TechEd网页制作的最高境界
[讨论]Does asp.net start from the wrong foot?想换工作了。。。唉
UI 牛人给指点一下,用微软的技术如何实现这种UI的编程。感觉MVC比web form好用多了
请问大家,目前.NET业界(美国)用的最多的技术是什么?大家谈谈S.O.L.I.D.用在project上的经验教训。 (转载)
问个MVC3的问题Free Video Training: ASP.NET MVC 3 Features
相关话题的讨论汇总
话题: mvc话题: webforms话题: vs话题: go话题: what