MVC Contrib Now Offers 4 Alternative View Engines

Posted by Hartmut Wilms  From/InfoQ

MVC Contrib, a contribution project for the ASP.NET MVC framework hosted on CodePlex, now offers 4 alternatives to the default ASPX view engine.

Although the ASP.NET MVC framework is just a preview, several community members have invested lots of time and energy in the MVC Contrib project. MVC Contrib provides additional functionality and alternatives to several extensibility and plugin points within ASP.NET MVC:
Jeffrey Palermo gives an overview of the four alternative view engines:
He is also planning to contribute SmartBag, which is a nice trade-off between type-safety and flexibility, for passing objects from the controller to the view.

In addition to providing lots of functionality the MVC Contrib project is a proof of Scott Guthrie's claim that everything "in the MVC framework is designed so that it can be easily replaced/customized".

 感谢原创者的辛勤劳动,希望对您有所帮助,转载请注明原出处。
 您可能对 [Visual Studio.NET] 的这些文章也感兴趣:

CodeSmith 4.1.1支持Visual Studio 2008 Beta 2
对于.NET程序员,这是否是XSLT的终结?
微软企业库(Enterprise Library)4.1版正式发布下载
.NET还是JAVA,一个中国程序员的评论
深入学习heritrix---体系结构(Overview of the crawler)
.net企业级架构实战之7——Spring.net整合Asp.net mvc
让你的VS2005支持离线调试.Net Framework2.0
SCSF系列:Smart Client Software Factory实现StopLight
.NET开发最新参考资料推荐_20080128
A*寻路算法