MVC 是一种强大的模式,并且已被证明在其他开发社区(包括但不限于 Ruby on Rails)中非常流行。维基百科有一长串 MVC Web 框架 。我猜微软不想随着越来越多的人从 WebForms 迁移而被抛在后面。
MVC is a strong pattern and has proved very popular in other development communities including but not limited to Ruby on Rails. Wikipedia has a long list of MVC web frameworks. I guess Microsoft, didn't want to be left behind as more and more people migrated away from WebForms.
我的猜测是,这是一种经过验证且非常适合网络的模式。 MVC 非常适合 http 协议的无状态特性。许多其他语言的大型 Web 框架都使用 MVC 模式。
My guess would be that it is a proven and very suitable pattern for the web. MVC fits very well with the stateless nature of the http protocol. And many other big web frameworks for other languages use the MVC pattern.
发布评论
评论(2)
MVC 是一种强大的模式,并且已被证明在其他开发社区(包括但不限于 Ruby on Rails)中非常流行。维基百科有一长串 MVC Web 框架 。我猜微软不想随着越来越多的人从 WebForms 迁移而被抛在后面。
MVC is a strong pattern and has proved very popular in other development communities including but not limited to Ruby on Rails. Wikipedia has a long list of MVC web frameworks. I guess Microsoft, didn't want to be left behind as more and more people migrated away from WebForms.
我的猜测是,这是一种经过验证且非常适合网络的模式。 MVC 非常适合 http 协议的无状态特性。许多其他语言的大型 Web 框架都使用 MVC 模式。
My guess would be that it is a proven and very suitable pattern for the web. MVC fits very well with the stateless nature of the http protocol. And many other big web frameworks for other languages use the MVC pattern.