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
6 楼
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
7 楼
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.