Asp.Net MVC vs Castle MonoRail

后端 未结 4 2081
难免孤独
难免孤独 2021-01-31 04:10

I\'ve some experiences on build application with Asp.Net, but now MVC frameworks become more popular. I would like to try building new multilingual web application using with As

4条回答
  •  天涯浪人
    2021-01-31 04:47

    1. I think MVC wins hands down. Its feature set is very similar, but is going to be the more "popular" of the two (and thus typically more widely supported, documented and extended throughout the development community). In addition, the new ViewEngine (Razor).. and IDE improvements factor in for me, and boost the value of choosing MVC over monorail, in my opinion.

    2. I've used pretty much all the common ViewEngines, but wound up rolling my own (created an OpenSource Project for it) utilizing the awesome StringTemplate template engine. ST is a true separation of concerns, IMO. I find myself writing better apps as a result, with MUCH less tag soup. I also threw out a quick intro and reference guide if you choose to kick the tires on the engine. I've had awesome luck on projects I've deployed thus far using it. That being said, Razor (MVC 3) looks pretty impressive.

提交回复
热议问题